Skip to content

Commit 57dc7b8

Browse files
committed
Run Linux shells using bash
1 parent 692afa3 commit 57dc7b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112

113113
runs-on: ${{matrix.os}}
114114
container: ${{matrix.container}}
115+
defaults:
116+
run:
117+
shell: bash
115118

116119
steps:
117120
- name: Setup env and configure flags

0 commit comments

Comments
 (0)