Skip to content

Commit

Permalink
Not testing MinSizeRel build type on Windows in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Dec 26, 2024
1 parent cb925e1 commit fa10984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ jobs:
strategy:
fail-fast: false
matrix:
type: [Debug, Release, MinSizeRel]
type: [Debug, Release]
arch: [Win32, x64]
cpp: [11, 14, 17]
qt_ver: [5, 6]
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
strategy:
fail-fast: false
matrix:
type: [Debug, Release, MinSizeRel]
type: [Debug, Release]
arch: [Win32, x64]
cpp: [11, 14, 17, 20]

Expand Down

0 comments on commit fa10984

Please sign in to comment.