corvolang/Install Corvo Lang

Install the Corvo programming language on GitHub Actions runners via cargo or Docker

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion of corvo-lang to install (e.g. "0.1.0"). Use "latest" to install the most recent published version. nolatest
install-methodInstallation 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. nocargo
tokenGitHub token used to authenticate with the GitHub Container Registry (ghcr.io). Required when install-method is "docker". no""
cacheCache the installation to speed up subsequent workflow runs. Set to "false" to always perform a fresh install. notrue
namedescription
cache-hitSet to "true" when the cached installation was restored.