diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 7e76a044a9..cca90c18a1 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -5,6 +5,9 @@ on: jobs: bootstrap: + defaults: + run: + shell: bash strategy: matrix: version: ["39"] @@ -41,7 +44,7 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" anda build -c fedora-${{ matrix.version }}-${{ matrix.arch }} anda/mock-configs/pkg -p rpm - name: Install terra-mock-configs - run: dnf5 install -y anda-build/rpm/rpms/terra-mock-configs*.rpm + run: dnf install -y anda-build/rpm/rpms/terra-mock-configs*.rpm - uses: actions/checkout@v3 @@ -55,7 +58,7 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" anda build -c terra-${{ matrix.version }}-${{ matrix.arch }} subatomic -p rpm -D "autogitcommit $(git log -1 --format='%H')" - name: Install Subatomic - run: dnf5 install -y ./anda-build/rpm/rpms/subatomic-*.rpm + run: dnf install -y ./anda-build/rpm/rpms/subatomic-*.rpm - uses: actions/checkout@v3