Skip to content

Commit 8a210e1

Browse files
authored
Update ci.yml
1 parent b779667 commit 8a210e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ jobs:
5050
run: |
5151
mkdir D:\gotmp
5252
mkdir C:\Users\runneradmin\AppData\Roaming\go
53-
echo "GOCACHE=D:\gocache" >> C:\Users\runneradmin\AppData\Roaming\go\env
54-
echo "GOMODCACHE=D:\gomodcache" >> C:\Users\runneradmin\AppData\Roaming\go\env
55-
echo "GOTMPDIR=D:\gotmp" >> C:\Users\runneradmin\AppData\Roaming\go\env
53+
echo "GOCACHE='D:\gocache'" >> C:\Users\runneradmin\AppData\Roaming\go\env
54+
echo "GOMODCACHE='D:\gomodcache'" >> C:\Users\runneradmin\AppData\Roaming\go\env
55+
echo "GOTMPDIR='D:\gotmp'" >> C:\Users\runneradmin\AppData\Roaming\go\env
56+
cat C:\Users\runneradmin\AppData\Roaming\go\env
5657
- uses: actions/setup-go@v5
5758
with:
5859
go-version-file: go.mod

0 commit comments

Comments
 (0)