actions-marketplace-validations/Setup Nim environment
Setup a Nim environment and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 19, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/jiro4989_setup-nim-action@3b24f3ea31ac165ac51b0de80635475f4bc36412 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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