ed51e6cc8687bce77396d89ee303de18821e1a05
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