sunholo-data/Setup AILANG
Install the AILANG compiler with platform auto-detection, SHA256 verification, and binary caching.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | AILANG version (semver, with or without leading 'v') or 'latest'. | no | latest |
| cache | Cache the binary across runs (recommended). | no | true |
| github-token | Token used to authenticate downloads against the GitHub API and dodge the 60/hr anonymous rate limit. Pass the workflow github.token expression explicitly via with:, or set GITHUB_TOKEN in env: — the action will pick either up. | no | "" |
Outputs
| name | description |
|---|---|
| version | Resolved AILANG version (e.g. 'v0.18.11'). Useful for downstream pinning. |
| cache-hit | Whether the binary was restored from the runner cache. |