From 331df6cf30c16a35b7e1f7dd86f894e05eda8379 Mon Sep 17 00:00:00 2001 From: lleyton Date: Wed, 16 Aug 2023 03:30:43 -0700 Subject: [PATCH] experiment with specifying bash as shell --- .github/workflows/bootstrap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index a960e2f93e..2a46d13d56 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -21,6 +21,7 @@ jobs: - name: Install repositories run: dnf install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel dnf5 + shell: bash - uses: actions-rs/toolchain@v1 with: