try fix msys2-clang-ci

This commit is contained in:
ado 2021-02-21 23:51:54 +01:00
parent 93bd2e69ee
commit c6c3667ed6

View File

@ -53,7 +53,7 @@ jobs:
run: script/ci_install_deps.sh run: script/ci_install_deps.sh
- name: Configure - name: Configure
run: cmake -DCMAKE_CXX_COMPILER=clang++ -S test -B build CMAKE_BUILD_TYPE=Debug run: cmake -DCMAKE_CXX_COMPILER=clang++ -S test -B build -DCMAKE_BUILD_TYPE=Debug
- name: Build - name: Build
run: cmake --build build -j ${{ steps.cores.outputs.count }} run: cmake --build build -j ${{ steps.cores.outputs.count }}