try fix mingw i686

This commit is contained in:
ado
2021-02-23 20:27:54 +01:00
parent 71e3acd1c4
commit 529fcc30a8
2 changed files with 9 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ jobs:
- name: Install dependencies
run: script/ci_install_deps.sh
run: clang++ -dM -E - < /dev/null
- name: Configure
run: cmake -DCMAKE_CXX_COMPILER=clang++ -S test -B build -DCMAKE_BUILD_TYPE=Debug