Browse Source

fixup! Add support for Fedora 40

Dorian Stoll 1 năm trước cách đây
mục cha
commit
fcdab44b7f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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
     ;;