Skip to content

Commit b9d97de

Browse files
committed
fix default shell
1 parent c2bb3df commit b9d97de

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Builds
22

3-
defaults:
4-
run:
5-
shell: bash
6-
73
on:
84
release:
95
types: [created]
@@ -13,6 +9,9 @@ on:
139

1410
jobs:
1511
build-mac-win:
12+
defaults:
13+
run:
14+
shell: bash
1615
runs-on: ${{ matrix.os }}
1716
strategy:
1817
fail-fast: false

0 commit comments

Comments
 (0)