Skip to content

Commit 8ab5ab5

Browse files
committed
set shell as bash
1 parent 8fceb82 commit 8ab5ab5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

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

11+
defaults:
12+
run:
13+
shell: bash
14+
1115
jobs:
1216
test:
1317
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)