Consolidate dnf calls for static-checks (#2726)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -270,13 +270,13 @@ jobs:
|
||||
- name: Install packages
|
||||
run: |
|
||||
.github/workflows/linux-ci-helper.sh fedora:42
|
||||
dnf install -y python3
|
||||
|
||||
- name: Install extra packages
|
||||
run: |
|
||||
dnf install -y \
|
||||
clang-tools-extra \
|
||||
cppcheck \
|
||||
python3 \
|
||||
ShellCheck
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user