From 37b31b2c4b22fce5933a0bc704a3f19945c8c5f3 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:03:40 +0200 Subject: [PATCH] ci: explicitly set bash as shell --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e877f25407364..3d5f3c0af4f8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - uses: taiki-e/install-action@nextest - name: Build archive + shell: bash run: | cargo nextest archive \ --workspace \ @@ -96,6 +97,7 @@ jobs: git config --global user.name "GitHub Actions Bot" git config --global user.email "<>" - name: Test + shell: bash run: | # see https://github.com/foundry-rs/foundry/pull/3959 export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"