Skip to content

Commit 45b100f

Browse files
authored
ci: explicitly set bash as shell (#5666)
1 parent b2d9e92 commit 45b100f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- uses: Swatinem/rust-cache@v2
5353
- uses: taiki-e/install-action@nextest
5454
- name: Build archive
55+
shell: bash
5556
run: |
5657
cargo nextest archive \
5758
--workspace \
@@ -96,6 +97,7 @@ jobs:
9697
git config --global user.name "GitHub Actions Bot"
9798
git config --global user.email "<>"
9899
- name: Test
100+
shell: bash
99101
run: |
100102
# see https://github.com/foundry-rs/foundry/pull/3959
101103
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"

0 commit comments

Comments
 (0)