Skip to content

Commit 3dc99c9

Browse files
committed
CI: use bash shell even when building on Windows
1 parent 43164ba commit 3dc99c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: .github/setup.sh
3131
- name: Execute the build
3232
run: .github/build.sh
33+
shell: bash
3334
env:
3435
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
3536
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)