corvolang/Install Corvo Lang
Install the Corvo programming language on GitHub Actions runners via cargo or Docker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of corvo-lang to install (e.g. "0.1.0"). Use "latest" to install the most recent published version. | no | latest |
| install-method | Installation method. "cargo" (default) builds and installs the binary from crates.io using Rust/Cargo. "docker" pulls the pre-built container image from ghcr.io/corvolang/corvo-lang. | no | cargo |
| token | GitHub token used to authenticate with the GitHub Container Registry (ghcr.io). Required when install-method is "docker". | no | "" |
| cache | Cache the installation to speed up subsequent workflow runs. Set to "false" to always perform a fresh install. | no | true |
Outputs
| name | description |
|---|---|
| cache-hit | Set to "true" when the cached installation was restored. |