Files
github-action-setup-xmake/README.md
T
2020-03-20 17:17:49 +08:00

791 B

GitHub Action - Setup xmake

Build status GitHub release (latest by date)

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.0.2

Use specified version:

uses: xmake-io/github-action-setup-xmake@v1.0.2
with:
  xmake-version: '2.3.1'

Use semver:

uses: xmake-io/github-action-setup-xmake@v1.0.2
with:
  xmake-version: '>=2.2.6 <=2.3.1'