We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a53bb commit bcf80f3Copy full SHA for bcf80f3
.github/workflows/ci.yml
@@ -50,6 +50,8 @@ jobs:
50
with:
51
go-version-file: go.mod
52
cache: true
53
+ - run: mkdir D:\gotmp
54
+ if: runner.os == 'Windows'
55
- uses: actions/setup-go@v5
56
if: runner.os == 'Windows'
57
env:
0 commit comments