Skip to content

Commit e05fbae

Browse files
committed
Not building MinSizeRel on windows runners in github actions.
1 parent e6a7a42 commit e05fbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ jobs:
530530
strategy:
531531
fail-fast: false
532532
matrix:
533-
type: [Debug, Release, MinSizeRel]
533+
type: [Debug, Release]
534534
arch: [Win32, x64]
535535
cpp: [11, 14, 17]
536536
qt_ver: [5, 6]
@@ -597,7 +597,7 @@ jobs:
597597
strategy:
598598
fail-fast: false
599599
matrix:
600-
type: [Debug, Release, MinSizeRel]
600+
type: [Debug, Release]
601601
arch: [Win32, x64]
602602
cpp: [11, 14, 17, 20]
603603

0 commit comments

Comments
 (0)