We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f133de commit a20f928Copy full SHA for a20f928
.github/workflows/hipo-win.yml
@@ -96,7 +96,7 @@ jobs:
96
cd METIS
97
pwd
98
cmake -S. -B build `
99
- -DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib"
+ -DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
100
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}/installs" `
101
-DCMAKE_BUILD_TYPE=${{ matrix.config }}
102
cmake --build build --parallel --config ${{ matrix.config }}
0 commit comments