Skip to content

Commit b37db9d

Browse files
committed
Merge branch 'hipo-tt' into hipo-tt-j
2 parents b5c7fc5 + e748ec8 commit b37db9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hipo-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: pwsh
4141
run: |
4242
cmake `
43-
-S "$env:GITHUB_WORKSPACE/HiGHS" `
43+
-S "$env:GITHUB_WORKSPACE" `
4444
-B "${{ runner.workspace }}/build" `
4545
-DHIPO=ON `
4646
-DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: ${{runner.workspace}}/build
5858
run: |
5959
& ".\Release\bin\highs.exe" --solver=hipo `
60-
"${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
60+
$env:GITHUB_WORKSPACE/check/instances/afiro.mps"
6161
6262
- name: Ctest
6363
shell: pwsh

0 commit comments

Comments
 (0)