You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
setup xmake
v1.0.12
Set up your GitHub Actions workflow with a specific version of xmake
See action.yml.
Use latest version:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
Use specified version:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '2.5.3'
Use specified branch:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
Use semver:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '>=2.2.6 <=2.5.3'