File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments