Skip to content

Commit 3b22ff3

Browse files
.
1 parent 4a6a73b commit 3b22ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2828

2929
- name: Install dependencies
30-
run: sudo apt-get install -y llvm-profdata llvm-cov
30+
run: sudo apt-get-update && sudo apt-get install -y llvm-profdata llvm-cov
3131

3232
- name: Install sonar-scanner and build-wrapper
3333
uses: SonarSource/sonarcloud-github-c-cpp@v3

0 commit comments

Comments
 (0)