Skip to content

Commit

Permalink
ci: enable gcc on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 2, 2022
1 parent b83098f commit 2179862
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
CPACK_GENERATOR:
- ZIP

exclude:
# mingw is excluded because of the bugs that make it fail
- os: windows-2022
compiler: gcc

include:
# Inject GCOV variable for gcc
- compiler: gcc
Expand All @@ -64,6 +59,11 @@ jobs:
compiler: msvc
CMAKE_GENERATOR: "Visual Studio 17 2022"

# To exclude a specific job from the matrix (e.g gcc on Windows), you can use this syntax.
# exclude:
# - os: windows-2022
# compiler: gcc

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 2179862

Please sign in to comment.