Skip to content

Commit 078177b

Browse files
committed
fix
1 parent b56ea3f commit 078177b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
run: SCANBUILD="/usr/bin/scan-build --status-bugs" ninja -C build scan-build
8686

8787
- name: cppcheck
88-
run: cppcheck --quiet --error-exitcode=1 --suppress='*:ext/*' --project=build/compile_commands.json
88+
run: cppcheck --quiet --error-exitcode=1 --suppress=*:/usr/include/* --suppress='*:ext/*' --project=build/compile_commands.json

0 commit comments

Comments
 (0)