try fix mingw i686

This commit is contained in:
ado 2021-02-23 20:28:56 +01:00
parent 529fcc30a8
commit 3b87136d37

View File

@ -50,8 +50,7 @@ jobs:
install: ${{ matrix.install }} install: ${{ matrix.install }}
- name: Install dependencies - name: Install dependencies
run: script/ci_install_deps.sh run: script/ci_install_deps.sh && clang++ -dM -E - < /dev/null
run: clang++ -dM -E - < /dev/null
- name: Configure - name: Configure
run: cmake -DCMAKE_CXX_COMPILER=clang++ -S test -B build -DCMAKE_BUILD_TYPE=Debug run: cmake -DCMAKE_CXX_COMPILER=clang++ -S test -B build -DCMAKE_BUILD_TYPE=Debug