Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
Remove missing include warning
  • Loading branch information
babelouest authored Oct 13, 2024
1 parent 5e75b52 commit f4645a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
- name: cppcheck
run: cppcheck --force --enable=warning,missingInclude --suppress=missingIncludeSystem --error-exitcode=1 .
run: cppcheck --force --enable=warning --suppress=missingIncludeSystem --error-exitcode=1 src/
- name: dependencies
run: |
cd /opt
Expand Down

0 comments on commit f4645a1

Please sign in to comment.