Skip to content

Commit bffdb22

Browse files
committed
add config
1 parent cf98afb commit bffdb22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
matrix:
8989
os: [windows-latest]
9090
branch: [hipo-tt]
91+
config: [Release]
9192

9293
steps:
9394
- uses: actions/checkout@v4
@@ -113,7 +114,7 @@ jobs:
113114
-B build `
114115
-DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
115116
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}"/installs
116-
cmake --build build --parallel --config ${{ matrix.config }}
117+
cmake --build build --parallel --config Release${{ matrix.config }}
117118
cmake --install build --config ${{ matrix.config }}
118119
119120
- name: Install OpenBLAS
@@ -202,6 +203,7 @@ jobs:
202203
matrix:
203204
os: [windows-latest]
204205
branch: [hipo-tt]
206+
config: [Release]
205207

206208
steps:
207209
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)