We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169b52d commit bee73eeCopy full SHA for bee73ee
.github/workflows/cmake-find-windows.yml
@@ -37,8 +37,10 @@ jobs:
37
38
- name: Configure CMake HiGHS
39
working-directory: ${{runner.workspace}}\\build-highs-${{matrix.branch}}
40
+ shell: bash
41
run: |
- cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}\\install-highs-${{matrix.branch}}
42
+ cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} \
43
+ -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}\\install-highs-${{matrix.branch}}
44
45
- name: Build, ctest and install HiGHS
46
0 commit comments