Skip to content

Commit 87fbca2

Browse files
committed
Fix: Force bash shell on Windows runner
1 parent af1f57d commit 87fbca2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-binary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
env:
3636
GOOS: ${{ inputs.goos }}
3737
GOARCH: ${{ inputs.goarch }}
38+
shell: bash
3839
run: |
3940
EXTENSION=""
4041
if [ "${{ inputs.goos }}" = "windows" ]; then

0 commit comments

Comments
 (0)