aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.github/workflows/cibuild-setup-ubuntu.sh1
-rwxr-xr-x.github/workflows/cibuild.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cibuild-setup-ubuntu.sh b/.github/workflows/cibuild-setup-ubuntu.sh
index c9e1d624fc..5aaa8c22ac 100755
--- a/.github/workflows/cibuild-setup-ubuntu.sh
+++ b/.github/workflows/cibuild-setup-ubuntu.sh
@@ -24,6 +24,7 @@ PACKAGES=(
squashfs-tools
iproute2
dmsetup
+ python3-dev
)
PACKAGES_OPTIONAL=(
diff --git a/.github/workflows/cibuild.sh b/.github/workflows/cibuild.sh
index 1e59a055b6..9c1ed5494e 100755
--- a/.github/workflows/cibuild.sh
+++ b/.github/workflows/cibuild.sh
@@ -83,7 +83,6 @@ for phase in "${PHASES[@]}"; do
--disable-use-tty-group
--disable-makeinstall-chown
--enable-all-programs
- --without-python
--enable-werror
)