Skip to content

Commit 528c2f0

Browse files
committed
CI: Ensure we always use bash for running CI scripting
1 parent ca5e0b2 commit 528c2f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build
22

33
on: [push, pull_request]
44

5+
defaults:
6+
run:
7+
shell: bash
58

69
jobs:
710
build:

0 commit comments

Comments
 (0)