xmake-io/setup xmake
Set up a xmake environment and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| xmake-version | The version to use. Should be a semver range or 'latest'. Or use [{repository}#]branch@{branch_name} to select a branch. | yes | latest |
| actions-cache-folder | Directory to cache xmake in. This folder will go under $GITHUB_HOME (I.e. build dir) and be cached using @actions/cache. | — | "" |
| actions-cache-key | The actions cache key. | — | "" |
| package-cache | Enable package cache. | — | false |
| package-cache-key | The packages cache key. | — | "" |
| project-path | The project root path. | — | "" |
| build-cache | Enable build cache. | — | false |
| build-cache-path | The build cache path. | — | "" |
| build-cache-key | The build cache key. | — | "" |
Outputs
no outputs