From 48575df6e81be96c3201d2d7afc63cf40d404d0a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 25 Jan 2021 17:13:51 +0100 Subject: [PATCH] github: fix btrfs package name Signed-off-by: Karel Zak --- .github/workflows/cibuild-setup-ubuntu.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuild-setup-ubuntu.sh b/.github/workflows/cibuild-setup-ubuntu.sh index c928da2148..e3c1322eef 100755 --- a/.github/workflows/cibuild-setup-ubuntu.sh +++ b/.github/workflows/cibuild-setup-ubuntu.sh @@ -1,10 +1,12 @@ #!/bin/bash set -ex - + +# Xenial uses btrfs-tools, but since Focal it's btrfs-progs +# PACKAGES=( bc - btrfs-tools + btrfs-progs dnsutils libcap-ng-dev libncursesw5-dev -- 2.47.2