0bc1cb1951de7f8cb112f0a7852e3f5ab5b5e060
Bump hosted-git-info from 2.8.8 to 2.8.9
0bc1cb1951
·
2021-05-11 10:00:52 +08:00
85 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 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.3.1'
Description