Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendling committed Nov 7, 2023
1 parent 3713631 commit 99c729a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ env:
ccache
autoconf-archive
autopoint
cppcheck
gir1.2-freedesktop
git
gobject-introspection
Expand Down Expand Up @@ -139,7 +138,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install --assume-yes --no-install-recommends \
${LIBRARY_DEPS}
cppcheck ${LIBRARY_DEPS}
- name: cppcheck
run: cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'gtk-layer-shell-build' .

0 comments on commit 99c729a

Please sign in to comment.