Commit 0e6ec85
ci: optimize Windows builds with faster D:\ drive (#4038)
* ci: optimize Windows builds with faster D:\ drive
Configure Windows runners to use the faster D:\ drive for:
- Yarn global data folder (D:\yarn-data)
- TEMP directory (D:\fast-temp)
This improves build performance on Windows GitHub Actions runners
by utilizing the faster D:\ drive instead of the default C:\ drive.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* ci: ensure TEMP directory exists before setting
Update the Windows TEMP directory configuration to create
D:\fast-temp before setting the TEMP environment variable.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
Co-authored-by: Erick Zhao <[email protected]>1 parent 35cabfe commit 0e6ec85
1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
93 | 105 | | |
94 | 106 | | |
95 | 107 | | |
| |||
165 | 177 | | |
166 | 178 | | |
167 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
168 | 192 | | |
169 | 193 | | |
170 | 194 | | |
| |||
0 commit comments