f57eb10bf34989230cda12e2412e9ffd48917c24
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'
Description