GitHub - johnuno11/github-action-setup-xmake: Set up your GitHub Actions workflow with a specific version of xmake

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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
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'

About

Set up your GitHub Actions workflow with a specific version of xmake

Resources

Readme

License

GPL-3.0 license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%