Skip to content

Commit

Permalink
try to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martelkr committed Jan 2, 2024
1 parent 990cecf commit 3639833
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:

- uses: tonybaloney/cppcheck-action@master
with:
opts: --enable=all -I inc --verbose --suppress=missingIncludeSystem --platform=unix64 --inline-suppr --std=c++20
path: test
opts: --enable=all -I inc --verbose --suppress=missingIncludeSystem --platform=unix64 --inline-suppr --std=c++20 test/Testcppsocket.cpp

0 comments on commit 3639833

Please sign in to comment.