Skip to content

Commit e61d542

Browse files
committed
try paths
1 parent 1cf6c46 commit e61d542

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ jobs:
5353
- name: Configure cmake
5454
shell: pwsh
5555
run: |
56+
cmake -S . -B build "-DMETIS_ROOT=$root"
5657
cmake `
5758
-S "$env:GITHUB_WORKSPACE/HiGHS" `
5859
-B "${{ runner.workspace }}/build" `
5960
-DHIPO=ON `
6061
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
61-
-DMETIS_ROOT="${{ runner.workspace }}"/installs `
62+
-DMETIS_ROOT="${{ runner.workspace }}/installs" `
6263
-DALL_TESTS=${{ matrix.all_tests }}
6364
6465
- name: Build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-B "${{ runner.workspace }}/build" `
4747
-DHIPO=ON `
4848
-DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
49-
-DALL_TESTS=${{ matrix.all_tests}}
49+
-DALL_TESTS=${{ matrix.all_tests }}
5050
5151
- name: Build
5252
shell: pwsh

0 commit comments

Comments
 (0)