We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf98afb commit bffdb22Copy full SHA for bffdb22
1 file changed
.github/workflows/hipo-win-510.yml
@@ -88,6 +88,7 @@ jobs:
88
matrix:
89
os: [windows-latest]
90
branch: [hipo-tt]
91
+ config: [Release]
92
93
steps:
94
- uses: actions/checkout@v4
@@ -113,7 +114,7 @@ jobs:
113
114
-B build `
115
-DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
116
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}"/installs
- cmake --build build --parallel --config ${{ matrix.config }}
117
+ cmake --build build --parallel --config Release${{ matrix.config }}
118
cmake --install build --config ${{ matrix.config }}
119
120
- name: Install OpenBLAS
@@ -202,6 +203,7 @@ jobs:
202
203
204
205
206
207
208
209
0 commit comments