Commit 92b0789
authored
[ci] Skip sccache on Windows runners (vercel#92847)
## What
Skip the sccache setup step when running on Windows.
## Why
sccache is currently not "winning" with cache hits when building on
Windows which is increasing the size of the turborepo cache. In
addition, sccache servers appear to be lingering on some of the windows
runners.1 parent c5ddf82 commit 92b0789
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
216 | 221 | | |
217 | 222 | | |
218 | 223 | | |
| |||
264 | 269 | | |
265 | 270 | | |
266 | 271 | | |
267 | | - | |
| 272 | + | |
268 | 273 | | |
269 | 274 | | |
270 | 275 | | |
| |||
0 commit comments