Commit 638c596
committed
chore: use mlugg/setup-zig action for cleaner CI
Replace manual Zig installation with mlugg/setup-zig@v1 action:
- Automatically caches Zig compiler between runs
- Caches global Zig cache directory for faster builds
- Verifies tarball signatures for security
- Cleaner, more maintainable CI code
Benefits:
- Faster CI (caching saves ~10 seconds per run)
- More reliable (uses community mirror list)
- Less boilerplate (3 lines vs 7 lines)1 parent ea57a11 commit 638c596
1 file changed
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
76 | 73 | | |
77 | 74 | | |
78 | 75 | | |
| |||
95 | 92 | | |
96 | 93 | | |
97 | 94 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
104 | 98 | | |
105 | 99 | | |
106 | 100 | | |
| |||
0 commit comments