We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1885858 commit 5dc9fefCopy full SHA for 5dc9fef
.github/workflows/hipo-win-510.yml
@@ -58,7 +58,7 @@ jobs:
58
-B "${{ runner.workspace }}/build" `
59
-DHIPO=ON `
60
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
61
- -DMETIS_ROOT= "${{ runner.workspace }}"/installs `
+ -DMETIS_ROOT="${{ runner.workspace }}"/installs `
62
-DALL_TESTS=${{ matrix.all_tests }}
63
64
# -DCMAKE_CXX_FLAGS="-I C:/vcpkg/packages/gklib_x64-windows/include/GKlib"
0 commit comments