We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f38db commit 47761f4Copy full SHA for 47761f4
.github/workflows/build.yml
@@ -15,6 +15,10 @@ jobs:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: Install sonar-scanner
17
uses: sonarsource/sonarcloud-github-c-cpp@v3
18
+ - name: Install Ninja
19
+ run: |
20
+ wget https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip
21
+ sudo unzip ninja-linux.zip -d /usr/local/bin
22
- name: Generate compilation database
23
run: |
24
mkdir build
0 commit comments