Skip to content

Commit d1deab7

Browse files
authored
Sonar: add libpcap-dev
1 parent 5c05ff0 commit d1deab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

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

5454
- name: Install requirements
55-
run: sudo apt-get -y install check
55+
run: sudo apt-get -y install check libpcap-dev
5656
- name: Install sonar-scanner and build-wrapper
5757
uses: SonarSource/sonarcloud-github-c-cpp@v3
5858
- name: Configure

0 commit comments

Comments
 (0)