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 9bec012 commit d04ff96Copy full SHA for d04ff96
.github/workflows/cmake-find-windows.yml
@@ -39,7 +39,7 @@ jobs:
39
working-directory: ${{runner.workspace}}\\build-highs-${{matrix.branch}}
40
shell: bash
41
run: |
42
- cmake ${{runner.workspace}}/highs-tests/HiGHS-${{matrix.branch}} \
+ 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
0 commit comments