Skip to content

Commit d589b05

Browse files
committed
mingw
1 parent 8433d96 commit d589b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
- name: install compiler
5555
run: |
5656
pacman -S --noconfirm ${{ matrix.pkg-prefix }}${{ matrix.compiler-pkg }}
57+
${CXX} -v
5758
5859
- name: install libc++
5960
if: matrix.compiler == 'clang++' && matrix.pkg-prefix != ''
6061
run: |
6162
pacman -S --noconfirm ${{ matrix.pkg-prefix }}libc++
62-
g++ -v
6363
6464
- name: make simplecpp
6565
run: make -j$(nproc) CXXOPTS="-Werror"

0 commit comments

Comments
 (0)