mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
add cppcheck --force
This commit is contained in:
parent
3bbc7979c4
commit
b96bd90ec9
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
- name: Run cppcheck
|
||||
shell: bash
|
||||
run: |
|
||||
cppcheck --error-exitcode=1 -q -U_WIN32 -Isrc opl src setup textscreen
|
||||
cppcheck --error-exitcode=1 -j4 -q --force -U_WIN32 -Isrc opl src setup textscreen
|
||||
|
||||
win64_msys2:
|
||||
runs-on: windows-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user