We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b2336 commit 4ed5993Copy full SHA for 4ed5993
1 file changed
.github/workflows/ci.yml
@@ -187,7 +187,7 @@ jobs:
187
timeout-minutes: 45
188
strategy:
189
matrix:
190
- preset: ["mingw-w64-i686", "mingw-w64-i686-debug"]
+ preset: ["mingw-w64-i686", "mingw-w64-i686-debug", "mingw-w64-i686-profile"]
191
# Note: mingw-w64-i686-profile excluded - profiling uses ASM with no GCC equivalent
192
fail-fast: false
193
@@ -284,7 +284,7 @@ jobs:
284
285
286
287
288
289
290
0 commit comments