We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964db00 commit ce81f9eCopy full SHA for ce81f9e
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: override windows envs
49
if: runner.os == 'Windows'
50
run: |
51
- run: mkdir D:\gotmp
+ 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
54
echo "GOTMPDIR=D:\\gotmp" >> C:\Users\runneradmin\AppData\Roaming\go\env
0 commit comments