hasnep/Set up Roc
Set up a specific version of the Roc compiler.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 3, 2025
- License
- MIT
Pinned Snippet
uses: hasnep/setup-roc@9866c6fdc971ee9f4b3eeba03d825dc32a5efa7f # v0.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| roc-version | The version of Roc to use, defaults to `nightly`. Mutually exclusive with the `roc-version-file` input. | — | nightly |
| roc-version-file | Path to a file containing the Roc version to use. Mutually exclusive with the `roc-version` input. | — | — |
| token | GitHub token to use when accessing the GitHub API. Defaults to the automatically generated GitHub token. | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
| name | description |
|---|---|
| roc-version | The installed Roc version. |
| roc-path | The absolute path to the Roc executable. |