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 74deb95 commit 1885858Copy full SHA for 1885858
.github/workflows/hipo-win-510.yml
@@ -37,7 +37,7 @@ jobs:
37
-S "$env:GITHUB_WORKSPACE/HiGHS" `
38
-B build `
39
-DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
40
- -DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}")/installs
+ -DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}"/installs
41
cmake --build build --parallel --config ${{ matrix.config }}
42
cmake --install build --config ${{ matrix.config }}
43
0 commit comments