diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deb7cf0..10e9079 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,5 +93,5 @@ jobs: - name: Run cppcheck run: cppcheck --error-exitcode=1 --language=c \ --enable=all --suppress=missingIncludeSystem --suppress=unusedStructMember --suppress=unusedFunction \ - -I inc/ -I inc/bdshemu -I bddisasm/include bddisasm/ bdshemu/ \ + -I inc/ -I bddisasm/include bddisasm/ bdshemu/ \ /