Skip to content

Commit e93d943

Browse files
committed
ci: use bash as default shell for compat with makefile globbing usage
1 parent 16f2224 commit e93d943

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
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
ci:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)