Skip to content

Commit 229048d

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] [Docker] cppcheck tool updated version installed from snap instead of apt.
1 parent a5e7b6c commit 229048d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121

2222
- name: Install tools
2323
run: |
24-
sudo apt-get update
25-
sudo apt-get install cppcheck
24+
sudo snap install cppcheck
2625
2726
- name: Check Tools
2827
run: |

0 commit comments

Comments
 (0)