Skip to content

Commit

Permalink
Not building MinSizeRel on windows runners in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jan 4, 2025
1 parent af6f17b commit 5709b90
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 @@ -290,7 +290,7 @@ jobs:
strategy:
fail-fast: false
matrix:
type: [Debug, Release, MinSizeRel]
type: [Debug, Release]
arch: [Win32, x64]
cpp: [17]

Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
strategy:
fail-fast: false
matrix:
type: [Debug, Release, MinSizeRel]
type: [Debug, Release]
arch: [Win32, x64]
cpp: [17, 20]

Expand Down

0 comments on commit 5709b90

Please sign in to comment.