ci: always use bash as the shell
windows is currently defaulting to powershell
This commit is contained in:
parent
fdbcf8d906
commit
97cf072fc6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1,5 +1,9 @@
|
|||
name: Build
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
env:
|
||||
CI: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue