We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6a73b commit 3b22ff3Copy full SHA for 3b22ff3
1 file changed
.github/workflows/sonarcloud.yaml
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
28
29
- name: Install dependencies
30
- run: sudo apt-get install -y llvm-profdata llvm-cov
+ run: sudo apt-get-update && sudo apt-get install -y llvm-profdata llvm-cov
31
32
- name: Install sonar-scanner and build-wrapper
33
uses: SonarSource/sonarcloud-github-c-cpp@v3
0 commit comments