Skip to content

Commit b351aa8

Browse files
committed
win
1 parent d21a822 commit b351aa8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)