enable terra repo to install anda

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth
2022-12-09 22:04:12 +00:00
committed by GitHub
parent fec495fb1c
commit 1ea4ff01fe
+4 -1
View File
@@ -15,7 +15,10 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Install packages
run: dnf install -y rpmdevtools git python anda
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra37.repo
dnf install -y rpmdevtools git python anda
- name: Checkout
uses: actions/checkout@v3