We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c5c67 commit 5235bb3Copy full SHA for 5235bb3
.github/workflows/integration-windows.yml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
35
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
36
+ shell: bash
37
38
- uses: actions/cache@v3
39
with:
0 commit comments