Skip to content

Commit c527a8a

Browse files
authored
Use the bash shell by default in CI
1 parent 5b8a7d7 commit c527a8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11+
12+
defaults:
13+
run:
14+
shell: bash
1115

1216
jobs:
1317
c_build:

0 commit comments

Comments
 (0)