Skip to content

Commit 5235bb3

Browse files
committed
use bash shell for Windows job
1 parent 20c5c67 commit 5235bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
3535
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
36+
shell: bash
3637

3738
- uses: actions/cache@v3
3839
with:

0 commit comments

Comments
 (0)