harrymkt/Setup NVGT
Download and install NVGT and tools for the current platform.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- None
Pinned Snippet
uses: harrymkt/setup-nvgt@7280861045fb1047522cdede933f1f8934f17a8c # v1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to install. Ignored if latest or dev is true. | no | — |
| latest | Install the latest version. Ignored if dev is true. | no | true |
| dev | Install the bleeding edge development version. Takes president over all else. | no | false |
| tools | A newline separated list of tools to install, i.e. nvgtpm. | no | — |
| add_to_path | Add NVGT to path directory after installation. | no | true |
Outputs
| name | description |
|---|---|
| path | Path to the NVGT installed directory. |