We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbda33 commit c86c726Copy full SHA for c86c726
.github/workflows/bootstrap.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- name: Install repositories
19
run: |
20
- 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
21
dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/tools/buildsys/{anda,subatomic}/*.spec
22
23
- name: Install Anda
0 commit comments