Rename anda-mock-configs to terra-mock-configs (#446)

This commit is contained in:
lleyton
2023-05-18 21:48:07 -07:00
committed by GitHub
parent 6730d44ddf
commit 2c6e83434e
9 changed files with 61 additions and 74 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra${{ matrix.version }}.repo
sudo dnf install -y mock createrepo_c rpm-build anda-mock-configs gcc curl wget git-core openssl-devel
sudo dnf install -y mock createrepo_c rpm-build terra-mock-configs gcc curl wget git-core openssl-devel
- uses: actions/checkout@v3
with: