Commit 639c907
committed
build(ci): Remove ineffective MinGW-w64 system path caching
The Cache MinGW-w64 Dependencies step attempted to cache system paths
(/usr/lib/gcc/i686-w64-mingw32, /usr/i686-w64-mingw32) which is
problematic due to permission issues with actions/cache when handling
root-owned paths. Additionally, the Install MinGW-w64 Toolchain step
ran unconditionally without checking cache-hit status, making the
cache completely redundant.
Remove the cache step entirely and rely on apt-get install which is
fast enough (~4s at 76MB/s) and reliable.1 parent ff7557a commit 639c907
1 file changed
Lines changed: 0 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | 198 | | |
208 | 199 | | |
209 | 200 | | |
| |||
292 | 283 | | |
293 | 284 | | |
294 | 285 | | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | 286 | | |
305 | 287 | | |
306 | 288 | | |
| |||
0 commit comments