File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,17 @@ jobs:
2929 path : CMakeHighsFindPackage-master-${{matrix.branch}}
3030
3131 - name : Create build and install dirs
32- shell : bash
3332 run : |
34- cmake -E make_directory ${{runner.workspace}}/ build-highs-${{matrix.branch}}
35- cmake -E make_directory ${{runner.workspace}}/ install-highs-${{matrix.branch}}
36- cmake -E make_directory ${{runner.workspace}}/ build-find-highs-${{matrix.branch}}
37- cmake -E make_directory ${{runner.workspace}}/ install-find-highs-${{matrix.branch}}
33+ mkdir ${{runner.workspace}}\\ build-highs-${{matrix.branch}}
34+ mkdir ${{runner.workspace}}\\ install-highs-${{matrix.branch}}
35+ mkdir ${{runner.workspace}}\\ build-find-highs-${{matrix.branch}}
36+ mkdir ${{runner.workspace}}\\ install-find-highs-${{matrix.branch}}
3837
3938 - name : Configure CMake HiGHS
40- shell : bash
41- working-directory : ${{runner.workspace}}/build-highs-${{matrix.branch}}
39+ working-directory : ${{runner.workspace}}\\build-highs-${{matrix.branch}}
4240 run : |
43- cmake ${{runner.workspace}}/ highs-tests/ HiGHS-${{matrix.branch}} \
44- -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/ install-highs-${{matrix.branch}}
41+ cmake ${{runner.workspace}}\\ highs-tests\\ HiGHS-${{matrix.branch}} \
42+ -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}\\ install-highs-${{matrix.branch}}
4543
4644 - name : Build, ctest and install HiGHS
4745 working-directory : ${{runner.workspace}}/build-highs-${{matrix.branch}}
You can’t perform that action at this time.
0 commit comments