Skip to content

Commit eabb3c9

Browse files
authored
Update ci.yml
1 parent 5cc46e9 commit eabb3c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- name: override windows envs
4949
if: runner.os == 'Windows'
5050
run: |
51-
#mkdir D:\a\gotmp
51+
mkdir D:\gotmp
5252
mkdir C:\Users\runneradmin\AppData\Roaming\go
53-
echo "GOCACHE=D:\a\gocache" >> C:\Users\runneradmin\AppData\Roaming\go\env
54-
echo "GOMODCACHE=D:\a\gomodcache" >> C:\Users\runneradmin\AppData\Roaming\go\env
55-
echo "GOTMPDIR=D:\a\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
5656
cat C:\Users\runneradmin\AppData\Roaming\go\env
5757
- uses: actions/setup-go@v5
5858
with:

0 commit comments

Comments
 (0)