We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b5789 commit 2df7487Copy full SHA for 2df7487
1 file changed
.github/workflows/CI-mingw.yml
@@ -54,6 +54,10 @@ jobs:
54
- name: install compiler
55
run: |
56
pacman -S --noconfirm ${{ matrix.pkg-prefix }}${{ matrix.compiler-pkg }}
57
+
58
+ - name: install compiler
59
+ if: matrix.compiler == 'gcc++'
60
+ run: |
61
# clang is required to run-tests.py
62
pacman -S --noconfirm clang
63
0 commit comments