]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
github: fix btrfs package name
authorKarel Zak <kzak@redhat.com>
Mon, 25 Jan 2021 16:13:51 +0000 (17:13 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 25 Jan 2021 16:13:51 +0000 (17:13 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
.github/workflows/cibuild-setup-ubuntu.sh

index c928da214830ac6337c6a91402be7f487da430dc..e3c1322eef77d9887fc39a30fc4da59c64a3538f 100755 (executable)
@@ -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