Skip to content

Commit ce81f9e

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

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: override windows envs
4949
if: runner.os == 'Windows'
5050
run: |
51-
run: mkdir D:\gotmp
51+
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
5454
echo "GOTMPDIR=D:\\gotmp" >> C:\Users\runneradmin\AppData\Roaming\go\env

0 commit comments

Comments
 (0)