2a9e6f8016a849538c281759c59a3621cc69f335
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
Use specified version:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '2.2.8'
Use semver:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '>=2.2.6 <=2.2.8'
Description