runestack/Setup Rune CLI
Download and install the Rune CLI on the runner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Rune CLI version to install (e.g. "v0.0.1-dev.26"). Use "latest" to install the most recent release. The version must match a tag in runestack/rune. | no | latest |
| github-token | GitHub token used for the "latest" version lookup and for downloading the asset. Defaults to the workflow's GITHUB_TOKEN, which is enough for public releases. Override only if you hit rate limits or are pulling from a private fork. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The resolved Rune CLI version that was installed (e.g. v0.0.1-dev.26). |
| path | Absolute path to the directory containing the rune binary (also added to PATH). |