File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787 fail-fast : false
8888 matrix :
8989 os : [windows-latest]
90- branch : [latest]
90+ branch : [latest, cmake_blas ]
9191 config : [Release]
9292
9393 steps :
@@ -186,8 +186,7 @@ jobs:
186186 cmake ${{runner.workspace}}/highs-tests/CMakeHighsFindPackage `
187187 -DHIGHS_DIR="${{runner.workspace}}/installs/lib/cmake/highs" `
188188 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
189- -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-find-highs `
190- -DUSE_HIPO=ON
189+ -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-find-highs
191190 cmake --build . --parallel --config Release
192191 cmake --install .
193192
@@ -223,6 +222,7 @@ jobs:
223222 cd CMakeHighsFindPackage
224223 ls
225224 cat CMakeLists.txt
225+ cmake --version
226226
227227
228228 fetch :
You can’t perform that action at this time.
0 commit comments