Merge pull request #65 from getchoo/patch-1

enable terra repo to install anda
This commit is contained in:
lleyton
2022-12-09 16:43:06 -08:00
committed by GitHub
+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