Skip to content

Commit

Permalink
added build type
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Dec 5, 2024
1 parent 7eecde0 commit 6e1e4b8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,8 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- { sys: mingw32, build_type: Debug }
- { sys: mingw32, build_type: Release }
- { sys: mingw64, build_type: Debug }
- { sys: mingw64, build_type: Release }
- { sys: ucrt64, build_type: Debug }
- { sys: ucrt64, build_type: Release }
- { sys: clang64, build_type: Debug }
- { sys: clang64, build_type: Release }
build_type: [Debug, Release]
sys: [mingw32, mingw64, ucrt64, clang64]

defaults:
run:
Expand Down

0 comments on commit 6e1e4b8

Please sign in to comment.