821 B
821 B
GitHub Action - Setup xmake
Set up your GitHub Actions workflow with a specific version of xmake
Usage
See action.yml.
Example
Use latest version:
uses: xmake-io/github-action-setup-xmake@v1.0.2
with:
xmake-version: latest
Use specified version:
uses: xmake-io/github-action-setup-xmake@v1.0.2
with:
xmake-version: '2.3.1'
Use semver:
uses: xmake-io/github-action-setup-xmake@v1.0.2
with:
xmake-version: '>=2.2.6 <=2.3.1'