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 d04ff96 commit 24b24b2Copy full SHA for 24b24b2
.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 $GITHUB_WORKSACE/HiGHS-${{matrix.branch}} \
43
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-highs-${{matrix.branch}}
44
45
- name: Build, ctest and install HiGHS
0 commit comments