Skip to content

Commit ca3ab85

Browse files
authored
ci: sonarcloud fix apt packages
1 parent 7e6765b commit ca3ab85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonarcloud.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
apt-get update
43-
apt-get install -y curl unzip
43+
apt-get install -y curl unzip ruby gcc-multilib make
44+
4445
- name: Install sonar-scanner and build-wrapper
4546
uses: SonarSource/sonarcloud-github-c-cpp@v3
4647

0 commit comments

Comments
 (0)