Skip to content

Commit 47761f4

Browse files
Install ninja
1 parent 05f38db commit 47761f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Install sonar-scanner
1717
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
1822
- name: Generate compilation database
1923
run: |
2024
mkdir build

0 commit comments

Comments
 (0)