We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e871772 commit 2687759Copy full SHA for 2687759
.github/workflows/ci.yml
@@ -45,15 +45,6 @@ jobs:
45
runs-on: ${{ matrix.os }}
46
steps:
47
- 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
57
- uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
58
if: runner.os == 'Windows'
59
with:
0 commit comments