Skip to content

Commit

Permalink
Specify win32 cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 8, 2025
1 parent 229cd79 commit 076fddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- name: Run cppcheck
run: |
cppcheck src --enable=all --inline-suppr --library=windows.cfg --premium=bughunting --check-level=exhaustive --suppressions-list=CPPCHECK.cfg --error-exitcode=1
cppcheck src --enable=all --inline-suppr --library=windows.cfg --check-level=exhaustive --suppressions-list=CPPCHECK.cfg --error-exitcode=1

0 comments on commit 076fddf

Please sign in to comment.