diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index 7179d05..72a1021 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -1,5 +1,4 @@ --- - name: CppCheck Lint on: # yamllint disable-line rule:truthy @@ -21,19 +20,15 @@ jobs: - name: Install tools run: | - sudo snap install cppcheck + sudo apt-get -y install \ + --no-install-recommends \ + --no-install-suggests \ + cppcheck - name: Check Tools run: | - make --version - cmake --version - vcpkg --version cppcheck --version - - name: Install dependencies - run: | - make dependencies - - name: Lint run: | export VCPKG_ROOT=/usr/local/share/vcpkg