Skip to content

Commit f179047

Browse files
committed
optional blas propagate
1 parent 972214a commit f179047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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:

0 commit comments

Comments
 (0)