siguici/Setup Vlang Environment
Installs Vlang with a specific version in the user-defined path using Bash
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The destination path for V | no | ${{ runner.temp }}/v |
| update | Update V after installation | no | false |
| install | Install V dependencies | no | false |
| cwd | Current working directory for commands | no | . |
| token | Personal Access Token (PAT) for fetching the repository | no | ${{ github.token }} |
| version | Version of V to install (branch, tag, SHA) | no | "" |
| version-file | File containing the version to use | no | "" |
| latest | Check for the latest available version | no | false |
| stable | Use the latest stable version | no | false |
| architecture | Target architecture (linux, macos, windows) | no | "" |
Outputs
| name | description |
|---|---|
| bin-path | Path to the directory containing V binary |
| v-bin-path | Path to the V binary |
| version | Installed version of V |
| architecture | System architecture used |