We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03f10c8 + 695bb56 commit fe7d6a4Copy full SHA for fe7d6a4
1 file changed
.github/workflows/cppcheck.yml
@@ -1,5 +1,4 @@
1
---
2
-
3
name: CppCheck Lint
4
5
on: # yamllint disable-line rule:truthy
@@ -21,19 +20,15 @@ jobs:
21
20
22
- name: Install tools
23
run: |
24
- sudo snap install cppcheck
+ sudo apt-get -y install \
+ --no-install-recommends \
25
+ --no-install-suggests \
26
+ cppcheck
27
28
- name: Check Tools
29
- make --version
- cmake --version
30
- vcpkg --version
31
cppcheck --version
32
33
- - name: Install dependencies
34
- run: |
35
- make dependencies
36
37
- name: Lint
38
39
export VCPKG_ROOT=/usr/local/share/vcpkg
0 commit comments