Skip to content

Commit 695bb56

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Github Actions: cppcheck updated to 2.20.99
1 parent 2050e43 commit 695bb56

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/cppcheck.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,15 @@ jobs:
2020

2121
- name: Install tools
2222
run: |
23-
sudo snap install cppcheck --edge
23+
sudo apt-get -y install \
24+
--no-install-recommends \
25+
--no-install-suggests \
26+
cppcheck
2427
2528
- name: Check Tools
2629
run: |
27-
make --version
28-
cmake --version
29-
vcpkg --version
3030
cppcheck --version
3131
32-
- name: Install dependencies
33-
run: |
34-
make dependencies
35-
3632
- name: Lint
3733
run: |
3834
export VCPKG_ROOT=/usr/local/share/vcpkg

0 commit comments

Comments
 (0)