Skip to content

Commit b8dd6f9

Browse files
committed
Fix CI workflow default shell as bash
1 parent a3f4661 commit b8dd6f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
CI:
1313
runs-on: ${{ matrix.os }}
14+
defaults:
15+
run:
16+
shell: bash
1417
strategy:
1518
matrix:
1619
os: [ubuntu-latest]

0 commit comments

Comments
 (0)