From 30ad098b7d581250f8cda76372e6c76b3839f7a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Fri, 21 Oct 2022 21:32:53 +0200 Subject: [PATCH] ci: s390x: install more test dependencies --- .github/workflows/cibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 66a6cb9105..a6131b01a8 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -114,7 +114,7 @@ jobs: export QEMU_USER=1 apt-get update - apt-get install -y --no-install-recommends lsb-release software-properties-common gpg-agent git + apt-get install -y --no-install-recommends lsb-release software-properties-common gpg-agent git squashfs-tools iproute2 dmsetup git config --global --add safe.directory "$PWD" -- 2.47.3