Skip to content

Commit c82e61c

Browse files
jmarshalljkbonfield
authored andcommitted
Remove GitHub workflow defaults.run.shell override
Better to use the default which includes -e, so failed intermediate commands cause steps to fail.
1 parent 103391e commit c82e61c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/unix-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, macos-latest]
12-
13-
defaults:
14-
run:
15-
shell: bash {0}
16-
1712

1813
steps:
1914
- name: Checkout

0 commit comments

Comments
 (0)