Skip to content

Commit 48f6153

Browse files
committed
Revert "Refactor cppcheck installation in CI workflow"
This reverts commit 5bc68e7.
1 parent 01f30e8 commit 48f6153

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci_new.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,7 @@ jobs:
434434
dpkg -l | grep lua || true
435435
436436
- name: Install cppcheck snap
437-
run: snap install cppcheck --edge
438-
echo "/snap/bin" >> "$GITHUB_PATH"
437+
run: sudo snap install cppcheck --edge
439438

440439
- name: Show cppcheck installation
441440
run: |

0 commit comments

Comments
 (0)