Skip to content

Repository files navigation

GitHub Action - Setup xmake

Build statusGitHub 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@v1with:
xmake-version: latest

Use specified version:

uses: xmake-io/github-action-setup-xmake@v1with:
xmake-version: '2.3.1'

Use specified branch:

uses: xmake-io/github-action-setup-xmake@v1with:
xmake-version: branch@master

Use semver:

uses: xmake-io/github-action-setup-xmake@v1with:
xmake-version: '>=2.2.6 <=2.3.1'

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages