From c86c726d9ef3b989304b73e7b0ee7e8a1d1f1fb7 Mon Sep 17 00:00:00 2001 From: madonuko Date: Thu, 13 Feb 2025 21:07:05 +0800 Subject: [PATCH] fix(ci): add dnf5-plugins to bootstrap --- .github/workflows/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index f09ea6130a..e4fd823736 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Install repositories run: | - dnf5 install -y --setopt=install_weak_deps=False curl wget git-core openssl-devel cargo podman fuse-overlayfs + dnf5 install -y --setopt=install_weak_deps=False curl wget git-core openssl-devel cargo podman fuse-overlayfs dnf5-plugins dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/tools/buildsys/{anda,subatomic}/*.spec - name: Install Anda