ci: always use bash as the shell

windows is currently defaulting to powershell
This commit is contained in:
Tom French 2022-05-29 22:24:20 +01:00 committed by James Long
parent fdbcf8d906
commit 97cf072fc6

View file

@ -1,5 +1,9 @@
name: Build
defaults:
run:
shell: bash
env:
CI: true