We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8433d96 commit d589b05Copy full SHA for d589b05
1 file changed
.github/workflows/CI-mingw.yml
@@ -54,12 +54,12 @@ jobs:
54
- name: install compiler
55
run: |
56
pacman -S --noconfirm ${{ matrix.pkg-prefix }}${{ matrix.compiler-pkg }}
57
+ ${CXX} -v
58
59
- name: install libc++
60
if: matrix.compiler == 'clang++' && matrix.pkg-prefix != ''
61
62
pacman -S --noconfirm ${{ matrix.pkg-prefix }}libc++
- g++ -v
63
64
- name: make simplecpp
65
run: make -j$(nproc) CXXOPTS="-Werror"
0 commit comments