Skip to content

Commit 090239d

Browse files
committed
install missing sonar-scanner and build-wrapper
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 4ba4ba1 commit 090239d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
sudo apt-get update -y
2121
sudo apt-get install -y apache2-dev libcjose-dev libssl-dev check pkg-config
2222
sudo apt-get install -y libjansson-dev libcurl4-openssl-dev libhiredis-dev libpcre2-dev
23+
- name: Install sonar-scanner and build-wrapper
24+
uses: SonarSource/sonarcloud-github-c-cpp@v3
2325
- name: Run build-wrapper
2426
run: |
2527
./autogen.sh

0 commit comments

Comments
 (0)