Skip to content

Commit b962d6c

Browse files
committed
mingw
1 parent 5a60697 commit b962d6c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/CI-mingw.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
5454
- name: install compiler
5555
run: |
56-
pacman -S --noconfirm ${{ matrix.pkg-prefix }}${{ matrix.compiler-pkg }}
56+
# clang is required to run-tests.py
57+
pacman -S --noconfirm ${{ matrix.pkg-prefix }}${{ matrix.compiler-pkg }} clang
5758
5859
- name: install libc++
5960
if: matrix.compiler == 'clang++'
@@ -70,10 +71,6 @@ jobs:
7071
run: |
7172
make -j$(nproc) selfcheck
7273
73-
- name: integration test
74-
run: |
75-
python3 -m pytest integration_test.py -vv
76-
7774
- name: Run CMake
7875
run: |
7976
cmake -S . -B cmake.output -DCMAKE_COMPILE_WARNING_AS_ERROR=On

0 commit comments

Comments
 (0)