Skip to content

Commit dfc4eb1

Browse files
authored
Update ci.yml
1 parent ce81f9e commit dfc4eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
if: runner.os == 'Windows'
5050
run: |
5151
mkdir D:\gotmp
52+
mkdir C:\Users\runneradmin\AppData\Roaming\go
5253
echo "GOCACHE=D:\\gocache" >> C:\Users\runneradmin\AppData\Roaming\go\env
5354
echo "GOMODCACHE=D:\\gomodcache" >> C:\Users\runneradmin\AppData\Roaming\go\env
5455
echo "GOTMPDIR=D:\\gotmp" >> C:\Users\runneradmin\AppData\Roaming\go\env

0 commit comments

Comments
 (0)