From 1ea4ff01fe1f454f9cd9c6f3a604e723a8465506 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 9 Dec 2022 22:04:12 +0000 Subject: [PATCH] enable terra repo to install anda Signed-off-by: seth --- .github/workflows/update.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e776078a0f..b7916d9d18 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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