Skip to content

Commit 366a4d7

Browse files
committed
👷‍♀️ ignore MinGW/GCC on Windows for now
1 parent 19111fd commit 366a4d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push-pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
os: ubuntu
3333
- compiler: msvc
3434
os: macos
35+
- compiler: gcc
36+
os: windows
3537
runs-on: ${{matrix.os}}-latest
3638
env:
3739
CMAKE_CXX_STANDARD: ${{matrix.cxx_standard}}

0 commit comments

Comments
 (0)