adalinesimonian/Setup gdvm
Install gdvm, the Godot version manager.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The gdvm version to install. Defaults to "latest". | no | latest |
| architecture | The target architecture to install gdvm for, e.g. "i686", "x86_64", or "aarch64". Useful to run, for example, 32-bit gdvm on a 64-bit runner. Defaults to the runner's architecture. | no | "" |
| releases-url | Advanced. Override the gdvm releases manifest URL, e.g. for a mirror or in tests. Defaults to the official gdvm registry. | no | "" |
Outputs
| name | description |
|---|---|
| gdvm-version | The exact gdvm version that was installed. |
| gdvm-path | The absolute path to the installed gdvm binary. |
| cache-hit | Whether the binary came from the runner tool cache. |