From b151d72c5e898978c46adb74ebd719dd8b7b3a59 Mon Sep 17 00:00:00 2001 From: xxyzz Date: Thu, 17 Sep 2026 11:26:26 +0800 Subject: [PATCH] Install python3-seccomp package in GitHub Actions test-seccomp.py is skipped without it Signed-off-by: xxyzz --- ci/builddeps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/builddeps.sh b/ci/builddeps.sh index 5bca51e2..d2c32cd6 100755 --- a/ci/builddeps.sh +++ b/ci/builddeps.sh @@ -66,6 +66,7 @@ if dpkg-vendor --derives-from Debian; then pkg-config \ python3 \ xsltproc \ + python3-seccomp \ ${NULL+} if [ -n "${opt_clang}" ]; then