mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
try fix mingw i686
This commit is contained in:
parent
529fcc30a8
commit
3b87136d37
3
.github/workflows/msys2-clang.yml
vendored
3
.github/workflows/msys2-clang.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user