Skip to content

Commit fe7d6a4

Browse files
authored
Merge pull request #101 from sir-gon/feature/cppcheck_update
[CONFIG] Github Actions: cppcheck updated to 2.20.99
2 parents 03f10c8 + 695bb56 commit fe7d6a4

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/cppcheck.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: CppCheck Lint
43

54
on: # yamllint disable-line rule:truthy
@@ -21,19 +20,15 @@ jobs:
2120

2221
- name: Install tools
2322
run: |
24-
sudo snap install cppcheck
23+
sudo apt-get -y install \
24+
--no-install-recommends \
25+
--no-install-suggests \
26+
cppcheck
2527
2628
- name: Check Tools
2729
run: |
28-
make --version
29-
cmake --version
30-
vcpkg --version
3130
cppcheck --version
3231
33-
- name: Install dependencies
34-
run: |
35-
make dependencies
36-
3732
- name: Lint
3833
run: |
3934
export VCPKG_ROOT=/usr/local/share/vcpkg

0 commit comments

Comments
 (0)