File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 working-directory : ${{runner.workspace}}/build
109109 run : |
110110 ./bin/highs --solver=hipo \
111- $$ {{runner.workspace}}/HiGHS/check/instances/afiro.mps
111+ ${{runner.workspace}}/HiGHS/check/instances/afiro.mps
112112
113113 - name : Ctest
114114 working-directory : ${{runner.workspace}}/build
Original file line number Diff line number Diff line change 2525 # todo: add overlay
2626 - name : Install METIS
2727 run : |
28- vcpkg install metis gklib \
29- --overlay-ports=$env:GITHUB_WORKSPACE\ ports\ metis
30- --overlay-ports=$env:GITHUB_WORKSPACE\ ports\ gklib
28+ vcpkg install metis gklib `
29+ --overlay-ports=" $env:GITHUB_WORKSPACE/ ports/ metis" `
30+ --overlay-ports=" $env:GITHUB_WORKSPACE/ ports/ gklib"
3131
3232 # run: ls C:/vcpkg/packages/metis_x64-windows/
3333 # run: ls C:/vcpkg/packages/metis_x64-windows/lib
You can’t perform that action at this time.
0 commit comments