Skip to content

Commit 986f98f

Browse files
committed
ci: set default shell to bash with strict error handling in CI workflow
1 parent 0097dca commit 986f98f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
env:
1010
CMAKE_GENERATOR: Ninja
1111
DEBIAN_FRONTEND: noninteractive
12+
defaults:
13+
run:
14+
shell: bash -e -o pipefail {0}
1215
steps:
1316
- name: install dependencies
1417
run: |

0 commit comments

Comments
 (0)