Skip to content

Commit b58bb6f

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Github Actions: cppcheck updated to 2.20.99
1 parent 3adf084 commit b58bb6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 2 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,7 +20,7 @@ jobs:
2120

2221
- name: Install tools
2322
run: |
24-
sudo snap install cppcheck
23+
sudo snap install cppcheck --edge
2524
2625
- name: Check Tools
2726
run: |

0 commit comments

Comments
 (0)