From b08243f88bfd381d511ec506f11b5ad85a9f9118 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Sat, 28 Jan 2023 16:23:52 +0800 Subject: [PATCH] Set anda bootstrap terra repo --- .github/workflows/bootstrap-anda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap-anda.yml b/.github/workflows/bootstrap-anda.yml index 860bea8b97..93d53e6038 100644 --- a/.github/workflows/bootstrap-anda.yml +++ b/.github/workflows/bootstrap-anda.yml @@ -30,7 +30,7 @@ jobs: - name: Install repositories 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 config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo - run: sudo dnf install -y mock createrepo_c rpm-build anda-mock-configs gcc curl wget git-core openssl-devel - uses: actions-rs/toolchain@v1 with: