diff --git a/.github/scripts/package/fedora.sh b/.github/scripts/package/fedora.sh index a95fcacb4..c8c64db22 100644 --- a/.github/scripts/package/fedora.sh +++ b/.github/scripts/package/fedora.sh @@ -24,6 +24,9 @@ setup-builddeps) # Install build dependencies dnf builddep kernel + # TODO: remove with 6.8 + dnf install bpftool + # Install additional build dependencies dnf install sbsigntools ;;