Skip to content

Commit 4af7a18

Browse files
committed
Set Bash as the default shell
1 parent ed615e6 commit 4af7a18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on: [push, pull_request]
44

5+
defaults:
6+
run:
7+
shell: bash
8+
59
jobs:
610
build:
711
name: ${{ matrix.platform.name }} ${{ matrix.config.name }}
@@ -29,9 +33,7 @@ jobs:
2933
uses: actions/checkout@v4
3034

3135
- name: Configure
32-
shell: bash
3336
run: cmake -B build ${{matrix.platform.flags}} ${{matrix.config.flags}}
3437

3538
- name: Build
36-
shell: bash
3739
run: cmake --build build --config Release

0 commit comments

Comments
 (0)