mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
try fix msys2-clang-ci
This commit is contained in:
2
.github/workflows/msys2-clang.yml
vendored
2
.github/workflows/msys2-clang.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
run: script/ci_install_deps.sh
|
||||
|
||||
- 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
|
||||
run: cmake --build build -j ${{ steps.cores.outputs.count }}
|
||||
|
||||
Reference in New Issue
Block a user