Skip to content

Commit e38f93a

Browse files
the-horothewilsonator
authored andcommitted
CI: refactor shell-bash requirement
Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent 960ba52 commit e38f93a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99

1010
jobs:
1111
main:
12+
defaults:
13+
run:
14+
shell: bash
1215
strategy:
1316
fail-fast: false
1417
matrix:
@@ -27,12 +30,9 @@ jobs:
2730
with:
2831
compiler: ${{ matrix.dc }}
2932
- name: Build
30-
shell: bash
3133
run: make -j$N DMD=$DMD
3234
- name: Test
33-
shell: bash
3435
run: make -j$N DMD=$DMD test
3536
- name: 'Windows: Build and test with MODEL=32'
3637
if: runner.os == 'Windows'
37-
shell: bash
3838
run: make -j$N DMD=$DMD MODEL=32 all test

0 commit comments

Comments
 (0)