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.
2 parents b5c7fc5 + e748ec8 commit b37db9dCopy full SHA for b37db9d
.github/workflows/hipo-win.yml
@@ -40,7 +40,7 @@ jobs:
40
shell: pwsh
41
run: |
42
cmake `
43
- -S "$env:GITHUB_WORKSPACE/HiGHS" `
+ -S "$env:GITHUB_WORKSPACE" `
44
-B "${{ runner.workspace }}/build" `
45
-DHIPO=ON `
46
-DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
@@ -57,7 +57,7 @@ jobs:
57
working-directory: ${{runner.workspace}}/build
58
59
& ".\Release\bin\highs.exe" --solver=hipo `
60
- "${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
+ $env:GITHUB_WORKSPACE/check/instances/afiro.mps"
61
62
- name: Ctest
63
0 commit comments