try fix mingw i686

This commit is contained in:
ado
2021-02-23 20:39:03 +01:00
parent 3b87136d37
commit 4939904f44
2 changed files with 6 additions and 5 deletions

View File

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