Skip to content

Commit 30f58b0

Browse files
committed
wins
1 parent 6a02116 commit 30f58b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hipo-win-510.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ jobs:
162162
run: |
163163
ls
164164
ls bin
165-
& ".\bin\highs.exe" --solver=hipo `
166-
"${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
165+
.\bin\highs.exe --solver=hipo "${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
167166
168167
- name: Checkout CMakeHighsFindPackage
169168
uses: actions/checkout@v4
@@ -256,7 +255,8 @@ jobs:
256255
-DHIPO=ON `
257256
-DMETIS_ROOT="${{runner.workspace}}/installs" `
258257
-DBRANCH=${{matrix.branch}} `
259-
-DCMAKE_INSTALL_PREFIX="${{runner.workspace}}/installs"
258+
-DCMAKE_INSTALL_PREFIX="${{runner.workspace}}/installs" `
259+
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
260260
261261
- name: Build
262262
working-directory: ${{runner.workspace}}/build
@@ -277,4 +277,4 @@ jobs:
277277
run: |
278278
echo "----- ls"
279279
ls
280-
& ".\${{ matrix.config }}\main.exe"
280+
.\${{ matrix.config }}\main.exe

0 commit comments

Comments
 (0)