Skip to content

Commit 2179862

Browse files
committed
ci: enable gcc on windows
1 parent b83098f commit 2179862

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
CPACK_GENERATOR:
4242
- ZIP
4343

44-
exclude:
45-
# mingw is excluded because of the bugs that make it fail
46-
- os: windows-2022
47-
compiler: gcc
48-
4944
include:
5045
# Inject GCOV variable for gcc
5146
- compiler: gcc
@@ -64,6 +59,11 @@ jobs:
6459
compiler: msvc
6560
CMAKE_GENERATOR: "Visual Studio 17 2022"
6661

62+
# To exclude a specific job from the matrix (e.g gcc on Windows), you can use this syntax.
63+
# exclude:
64+
# - os: windows-2022
65+
# compiler: gcc
66+
6767
steps:
6868
- uses: actions/checkout@v2
6969

0 commit comments

Comments
 (0)