v1.0.3
7d75884a86
·
2020-03-20 20:48:52 +08:00
44 Commits
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
with:
xmake-version: latest
Use specified version:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '2.3.1'
Use semver:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '>=2.2.6 <=2.3.1'
Description