jiro4989/Setup Nim environment
Setup a Nim environment and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| nim-version | The Nim version to download (if necessary) and use. Example 1.0.2 | — | stable |
| nim-install-directory | The Nim compiler installation directory. | — | .nim_runtime |
| parent-nim-install-directory | The Nim compiler installation parent directory. It will be placed in the current directory if this parameter is empty. | — | "" |
| use-nightlies | Using nightlies build (https://github.com/nim-lang/nightlies/releases) if `nim-version` is `devel`. The installation will be fast if this parameter is `true`. If `nim-version` is not `devel`, then this parameter has no effect. | — | false |
| repo-token | The GITHUB_TOKEN secret | no | — |
| no-color | [Deprecated] unused parameter | — | false |
| yes | [Deprecated] unused parameter | — | false |
Outputs
no outputs