crystal-lang/Install Crystal
Install Crystal programming language
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| crystal | The version of Crystal to install ("latest", "nightly", "0.35.1" etc) | — | — |
| shards | The version of Shards to install (true, "latest", "nightly", "0.13.0" etc) | — | — |
| arch | The architecture of the build of Crystal ("x86_64", "aarch64") | — | — |
| destination | The directory to store Crystal in | — | — |
| annotate | Display compilation and spec errors as GitHub code annotations | — | — |
| token | Personal access token (auto-populated) | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| crystal | The actual version of Crystal that was installed |
| shards | The actual version of Shards that was installed |
| path | The directory where Crystal was installed |