hhgyu/Setup VirtualHere Client environment
Setup a VirtualHere Client environment by adding problem matchers and optionally downloading and adding it to the PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vc-version | Version Spec of the version to use. Examples: 5.5.6, 10.15.1, >=10.15.0. | — | — |
| architecture | Target architecture for VirtualHere Client to use. Examples: x86, x64. Will use system architecture by default. | — | — |
| check-latest | Set this option if you want the action to check for the latest available version that satisfies the version spec. | — | false |
| token | Used to pull VirtualHere Client distributions from virtualhere-client-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
| shutdown | Set this option to close the VirtualHere Client after the operation. | — | true |
| vc-name | default name virtualhere-client | — | virtualhere-client |
Outputs
| name | description |
|---|---|
| vc-version | The installed VirtualHere Client version. |
| vc-already | VirtualHere Client already runned |
| vc-path | The installed VirtualHere Client Path. |
| vc-script-path | The installed VirtualHere Client Scripts Path. |