File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 -DHIPO=ON `
131131 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
132132 -DMETIS_ROOT="${{ runner.workspace }}/installs" `
133- -DALL_TESTS =${{ matrix.all_tests }}
133+ -DCMAKE_INSTALL_PREFIX =${{runner.workspace}}/installs
134134
135135 - name : Build
136136 shell : pwsh
@@ -241,16 +241,6 @@ jobs:
241241 shell : pwsh
242242 run : vcpkg install openblas[threads]
243243
244- - name : Configure cmake
245- shell : pwsh
246- run : |
247- cmake `
248- -S "$env:GITHUB_WORKSPACE/HiGHS" `
249- -B "${{ runner.workspace }}/build" `
250- -DHIPO=ON `
251- -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
252- -DMETIS_ROOT="${{ runner.workspace }}/installs" `
253-
254244 - name : Configure CMake
255245 run : |
256246 echo "----- ls installs/lib"
You can’t perform that action at this time.
0 commit comments