File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments