mattneel/Setup Anyzig
Install anyzig as a universal Zig compiler that automatically resolves versions from build.zig.zon
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 28, 2026
- License
- MIT
Pinned Snippet
uses: mattneel/setup-anyzig@2272c35a5f1920bb3da9c3d7ea308706eb98afbf # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Anyzig release tag to install (e.g. v2025_10_15). `latest` fetches the latest release. | no | latest |
| use-cache | Cache the anyzig binary and its compiler cache between runs using actions/cache | no | true |
| cache-key | Extra cache key suffix for matrix disambiguation | no | "" |
Outputs
no outputs