nim-works/Setup Nimskull
Setup a Nimskull development environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The Github token to retrieve data from nimskull repository | yes | ${{ github.token }} |
| nimskull-version | The semver specification for nimskull version to use. Defaults to any version | yes | * |
| check-latest | Whether to always check for the latest version satisfying the given spec. Defaults to true as nimskull is still in pre-alpha status. | — | true |
Outputs
| name | description |
|---|---|
| path | The resulting installation location |
| bin-path | Where binaries were installed |
| nimskull-version | The installed nimskull version |
| nimskull-commit | The commit of the compiler |