diff --git a/.github/workflows/bootstrap-anda.yml b/.github/workflows/bootstrap-anda.yml index 93d53e6038..d3a23e651e 100644 --- a/.github/workflows/bootstrap-anda.yml +++ b/.github/workflows/bootstrap-anda.yml @@ -18,11 +18,6 @@ jobs: - uses: actions/checkout@v3 with: repository: FyraLabs/anda - - # - name: Run shell commands - # run: | - # git config --global url.https://github.com/.insteadOf git://github.com/ - # git clone https://github.com/FyraLabs/anda.git - uses: actions/setup-go@v3 with: go-version: "^1.19" @@ -30,7 +25,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.repo + sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra${{ matrix.version }}.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: