Skip to content

Commit 1fbb7cf

Browse files
authored
Update static-analysis.yml
1 parent d00b0d4 commit 1fbb7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: ccache-${{ github.job }}
3333
- name: Build
3434
run: |
35-
cmake -S . -B build \
35+
cmake -S . -B build -G Ninja \
3636
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
3737
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
3838
-DCMAKE_C_COMPILER=clang \

0 commit comments

Comments
 (0)