Skip to content

Commit 691c2da

Browse files
committed
Not building MinSizeRel on windows runners in github actions.
1 parent 4955600 commit 691c2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
strategy:
266266
fail-fast: false
267267
matrix:
268-
type: [Debug, Release, MinSizeRel]
268+
type: [Debug, Release]
269269
arch: [x64]
270270
cpp: [17]
271271
qt_ver: [5]

0 commit comments

Comments
 (0)