Skip to content

Commit a3a66df

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Github Actions: cppcheck updated to 2.20.99
1 parent 814857e commit a3a66df

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/cppcheck.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,20 @@ on: # yamllint disable-line rule:truthy
1212
jobs:
1313
lint:
1414
name: CppCheck Lint
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-26.04
1616

1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2020

2121
- name: Install tools
2222
run: |
23-
sudo snap install cppcheck --edge
23+
sudo apt-get -y install --no-install-recommends --no-install-suggests cppcheck
2424
2525
- name: Check Tools
2626
run: |
27-
make --version
28-
cmake --version
29-
vcpkg --version
3027
cppcheck --version
3128
32-
- name: Install dependencies
33-
run: |
34-
make dependencies
35-
3629
- name: Lint
3730
run: |
3831
export VCPKG_ROOT=/usr/local/share/vcpkg

0 commit comments

Comments
 (0)