Skip to content

Commit 964db00

Browse files
authored
Update ci.yml
1 parent 4538b8a commit 964db00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- name: override windows envs
4949
if: runner.os == 'Windows'
50-
- run: |
50+
run: |
5151
run: mkdir D:\gotmp
5252
echo "GOCACHE=D:\\gocache" >> C:\Users\runneradmin\AppData\Roaming\go\env
5353
echo "GOMODCACHE=D:\\gomodcache" >> C:\Users\runneradmin\AppData\Roaming\go\env

0 commit comments

Comments
 (0)