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 bffdb22 commit d21a822Copy full SHA for d21a822
.github/workflows/hipo-win-510.yml
@@ -114,7 +114,7 @@ jobs:
114
-B build `
115
-DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
116
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}"/installs
117
- cmake --build build --parallel --config Release${{ matrix.config }}
+ cmake --build build --parallel --config ${{ matrix.config }}
118
cmake --install build --config ${{ matrix.config }}
119
120
- name: Install OpenBLAS
0 commit comments