From 12a0cb929e2aaf71aaef2df4f826671c7a27f160 Mon Sep 17 00:00:00 2001 From: Kazuki Hashimoto Date: Tue, 26 Nov 2024 21:57:16 +0900 Subject: [PATCH] ZTS: Install more packages on Arch Linux Signed-off-by: Kazuki Hashimoto --- .github/workflows/scripts/qemu-3-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/qemu-3-deps.sh b/.github/workflows/scripts/qemu-3-deps.sh index 96979cd02e09..7dca42eb2fa5 100755 --- a/.github/workflows/scripts/qemu-3-deps.sh +++ b/.github/workflows/scripts/qemu-3-deps.sh @@ -16,7 +16,7 @@ function archlinux() { sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \ fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \ parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \ - samba sysstat rng-tools rsync wget xxhash + samba sysstat rng-tools rsync wget words xxhash xfsprogs echo "##[endgroup]" }