Skip to content

Commit 2687759

Browse files
authored
Update ci.yml
1 parent e871772 commit 2687759

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ jobs:
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- uses: actions/checkout@v4
48-
- name: override windows envs
49-
if: runner.os == 'Windows'
50-
run: |
51-
mkdir D:\gotmp
52-
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
56-
cat C:\Users\runneradmin\AppData\Roaming\go\env
5748
- uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
5849
if: runner.os == 'Windows'
5950
with:

0 commit comments

Comments
 (0)