Consolidate dnf calls for static-checks (#2726)

This commit is contained in:
Andrew Gaul
2025-08-31 00:00:10 +09:00
committed by GitHub
parent 709cdfc604
commit 8cf28d71b8

View File

@ -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