We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabb3c9 commit 86f1bb1Copy full SHA for 86f1bb1
.github/workflows/ci.yml
@@ -49,6 +49,7 @@ jobs:
49
if: runner.os == 'Windows'
50
run: |
51
mkdir D:\gotmp
52
+ chmod 777 D:\gotmp
53
mkdir C:\Users\runneradmin\AppData\Roaming\go
54
echo "GOCACHE=D:\gocache" >> C:\Users\runneradmin\AppData\Roaming\go\env
55
echo "GOMODCACHE=D:\gomodcache" >> C:\Users\runneradmin\AppData\Roaming\go\env
0 commit comments