Commit 5bd6edf
committed
fix(ci): require WASM cache for Windows SEA builds
Windows builds cannot reliably download ML models from Hugging Face due to network issues. Fail fast with clear error message directing users to run build-wasm.yml workflow first to prime the cache.
This prevents 30-60 minute build failures and makes the dependency explicit.1 parent ffe024a commit 5bd6edf
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
206 | 213 | | |
207 | 214 | | |
208 | 215 | | |
| |||
0 commit comments