Commit bf843f4
Fix macOS ARM CI: bust stale x86_64 CEF cache, add arch check
Bump cache key to v2 to force re-download of the correct arm64 CEF
binary (a previous run cached x86_64 artifacts before platform
detection was fixed, causing link failures).
Add a "Verify CEF architecture" step that runs lipo -info on
libcef_dll_wrapper.a and fails fast if arm64 is not present.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c1f6259 commit bf843f4
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
| |||
0 commit comments