Explorar o código

fixup! Add support for Fedora 40

Dorian Stoll hai 1 ano
pai
achega
fcdab44b7f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/scripts/package/fedora.sh

+ 3 - 0
.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
     ;;