Skip to content

Commit

Permalink
cppcheck is installed via apt-get
Browse files Browse the repository at this point in the history
Signed-off-by: ISP akm <[email protected]>
  • Loading branch information
xygyo77 committed Jun 21, 2024
1 parent 91acb11 commit 8a70fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cppcheck-all-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y snapd wget
# cppcheck from apt does not yet support --check-level args, and thus install from snap
- name: Install Cppcheck from snap
run: |
sudo snap install cppcheck
sudo apt-get install -y cppcheck=2.14.2 wget
# Download the cppcheck suppression file
- name: Download cppcheck suppression file
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/cppcheck-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y snapd wget
# cppcheck from apt does not yet support --check-level args, and thus install from snap
- name: Install Cppcheck from snap
run: |
sudo snap install cppcheck
sudo apt-get install -y cppcheck=2.14.2 wget
# Download the cppcheck suppression file
- name: Download cppcheck suppression file
Expand Down

0 comments on commit 8a70fe1

Please sign in to comment.