Skip to content

Commit 05f38db

Browse files
Use Ninja
1 parent b8c61f6 commit 05f38db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Generate compilation database
1919
run: |
2020
mkdir build
21-
cmake -S . -B build
21+
cmake -S . -B build -G Ninja
2222
- name: Run sonar-scanner
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)