Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

setup xmake

Actions
Set up a xmake environment and add it to the PATH
v1.0.12
Star (30)

Tags

 (2)

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

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

setup xmake is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Set up a xmake environment and add it to the PATH
v1.0.12

Tags

 (2)

setup xmake is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.