From: Arvin Schnell Date: Mon, 20 Feb 2023 10:32:11 +0000 (+0100) Subject: install btrfsutil in Tumbleweed GitHub action X-Git-Tag: v0.10.5~37^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3e9ec9ae65fb080f23213cbcc945ea28892a7393;p=thirdparty%2Fsnapper.git install btrfsutil in Tumbleweed GitHub action --- diff --git a/.github/workflows/ci-tumbleweed.yml b/.github/workflows/ci-tumbleweed.yml index c82a0313..3ad00a2b 100644 --- a/.github/workflows/ci-tumbleweed.yml +++ b/.github/workflows/ci-tumbleweed.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Install additional packages - run: zypper --non-interactive in --no-recommends autoconf automake bzip2 dbus-1-devel docbook-xsl-stylesheets e2fsprogs-devel gcc-c++ gettext-runtime glibc-locale libacl-devel libboost_system-devel libboost_test-devel libboost_thread-devel libbtrfs-devel libjson-c-devel libmount-devel libtool libxml2-devel libxslt make pam-devel + run: zypper --non-interactive in --no-recommends autoconf automake bzip2 dbus-1-devel docbook-xsl-stylesheets e2fsprogs-devel gcc-c++ gettext-runtime glibc-locale libacl-devel libboost_system-devel libboost_test-devel libboost_thread-devel libbtrfs-devel libbtrfsutil-devel libjson-c-devel libmount-devel libtool libxml2-devel libxslt make pam-devel - name: List installed packages run: rpm -qa | sort