We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4538b8a commit 964db00Copy full SHA for 964db00
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- uses: actions/checkout@v4
48
- name: override windows envs
49
if: runner.os == 'Windows'
50
- - run: |
+ run: |
51
run: mkdir D:\gotmp
52
echo "GOCACHE=D:\\gocache" >> C:\Users\runneradmin\AppData\Roaming\go\env
53
echo "GOMODCACHE=D:\\gomodcache" >> C:\Users\runneradmin\AppData\Roaming\go\env
0 commit comments