elide-dev/Setup Elide
Sets up the Elide runtime within GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version | no | latest |
| channel | Channel | no | nightly |
| os | OS | no | — |
| arch | Architecture | no | — |
| installer | Installation method: archive, shell, msi, pkg, apt, or rpm | no | archive |
| install_path | Custom install path | no | — |
| force | Force install | no | — |
| export_path | Export to Path | no | true |
| no_cache | Disable tool caching | no | false |
| telemetry | Enable anonymous error telemetry | no | true |
| custom_url | Custom Download URL | no | — |
| version_tag | Version tag for custom download URL | no | — |
| token | GitHub Token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| path | Path to Elide |
| version | Installed Elide version |
| cached | Whether a cached installation was used |
| installer | Effective installer method used |