Skip to content

Commit d21a822

Browse files
committed
f
1 parent bffdb22 commit d21a822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
-B build `
115115
-DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
116116
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}"/installs
117-
cmake --build build --parallel --config Release${{ matrix.config }}
117+
cmake --build build --parallel --config ${{ matrix.config }}
118118
cmake --install build --config ${{ matrix.config }}
119119
120120
- name: Install OpenBLAS

0 commit comments

Comments
 (0)