浏览代码

fixup! Add support for Fedora 40

Dorian Stoll 1 年之前
父节点
当前提交
fcdab44b7f
共有 1 个文件被更改,包括 3 次插入0 次删除
  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
     ;;