Commit a94e8fe
committed
fix(ci): validate yoga WASM cache instead of building on miss
Yoga-layout requires Emscripten SDK which isn't available in CI.
Instead of building on cache miss, verify the cache contains the
required WASM files and fail with instructions if missing.
The cache should be populated from local builds committed to the repo.1 parent bc126b5 commit a94e8fe
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
42 | 51 | | |
43 | 52 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| |||
0 commit comments