We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c05ff0 commit d1deab7Copy full SHA for d1deab7
.github/workflows/sonarcloud.yml
@@ -52,7 +52,7 @@ jobs:
52
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
53
54
- name: Install requirements
55
- run: sudo apt-get -y install check
+ run: sudo apt-get -y install check libpcap-dev
56
- name: Install sonar-scanner and build-wrapper
57
uses: SonarSource/sonarcloud-github-c-cpp@v3
58
- name: Configure
0 commit comments