37
37
name : Sqlc check
38
38
runs-on : ubuntu-latest
39
39
steps :
40
+ - name : cleanup space
41
+ run : rm -rf /opt/hostedtoolcache
42
+
40
43
- name : git checkout
41
44
uses : actions/checkout@v3
42
45
60
63
name : RPC and mobile compilation check
61
64
runs-on : ubuntu-latest
62
65
steps :
66
+ - name : cleanup space
67
+ run : rm -rf /opt/hostedtoolcache
68
+
63
69
- name : git checkout
64
70
uses : actions/checkout@v3
65
71
88
94
name : check commits
89
95
runs-on : ubuntu-latest
90
96
steps :
97
+ - name : cleanup space
98
+ run : rm -rf /opt/hostedtoolcache
99
+
91
100
- name : git checkout
92
101
uses : actions/checkout@v3
93
102
with :
@@ -111,6 +120,9 @@ jobs:
111
120
name : lint code
112
121
runs-on : ubuntu-latest
113
122
steps :
123
+ - name : cleanup space
124
+ run : rm -rf /opt/hostedtoolcache
125
+
114
126
- name : git checkout
115
127
uses : actions/checkout@v3
116
128
with :
@@ -151,6 +163,9 @@ jobs:
151
163
- name : arm
152
164
sys : darwin-arm64 freebsd-arm linux-armv6 linux-armv7 linux-arm64 windows-arm
153
165
steps :
166
+ - name : cleanup space
167
+ run : rm -rf /opt/hostedtoolcache
168
+
154
169
- name : git checkout
155
170
uses : actions/checkout@v3
156
171
@@ -171,6 +186,9 @@ jobs:
171
186
name : sample configuration check
172
187
runs-on : ubuntu-latest
173
188
steps :
189
+ - name : cleanup space
190
+ run : rm -rf /opt/hostedtoolcache
191
+
174
192
- name : git checkout
175
193
uses : actions/checkout@v3
176
194
@@ -201,6 +219,9 @@ jobs:
201
219
- unit-module
202
220
203
221
steps :
222
+ - name : cleanup space
223
+ run : rm -rf /opt/hostedtoolcache
224
+
204
225
- name : git checkout
205
226
uses : actions/checkout@v3
206
227
with :
@@ -273,6 +294,9 @@ jobs:
273
294
- name : neutrino
274
295
args : backend=neutrino cover=1
275
296
steps :
297
+ - name : cleanup space
298
+ run : rm -rf /opt/hostedtoolcache
299
+
276
300
- name : git checkout
277
301
uses : actions/checkout@v3
278
302
with :
@@ -420,6 +444,9 @@ jobs:
420
444
- github.com/golang/protobuf v1.5.3
421
445
422
446
steps :
447
+ - name : cleanup space
448
+ run : rm -rf /opt/hostedtoolcache
449
+
423
450
- name : git checkout
424
451
uses : actions/checkout@v3
425
452
@@ -434,6 +461,9 @@ jobs:
434
461
runs-on : ubuntu-latest
435
462
if : ' !contains(github.event.pull_request.labels.*.name, '' no-changelog'' )'
436
463
steps :
464
+ - name : cleanup space
465
+ run : rm -rf /opt/hostedtoolcache
466
+
437
467
- name : git checkout
438
468
uses : actions/checkout@v3
439
469
0 commit comments