Skip to content

Commit 2df7487

Browse files
committed
mingw
1 parent 36b5789 commit 2df7487

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI-mingw.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- name: install compiler
5555
run: |
5656
pacman -S --noconfirm ${{ matrix.pkg-prefix }}${{ matrix.compiler-pkg }}
57+
58+
- name: install compiler
59+
if: matrix.compiler == 'gcc++'
60+
run: |
5761
# clang is required to run-tests.py
5862
pacman -S --noconfirm clang
5963

0 commit comments

Comments
 (0)