f8a1f3f2eb · 2020-03-31 13:51:04 +08:00
49 Commits
2020-03-31 13:51:04 +08:00
2020-03-20 22:14:58 +08:00
2020-03-31 13:51:04 +08:00
2020-03-31 13:51:04 +08:00
2020-03-20 20:36:16 +08:00
2020-03-20 20:40:54 +08:00
2019-10-12 12:03:58 +08:00
2020-03-20 22:14:58 +08:00
2019-09-30 21:16:13 +08:00
2020-03-20 22:53:43 +08:00
2020-03-20 22:14:58 +08:00
2020-03-20 22:14:58 +08:00
2020-03-20 22:14:58 +08:00

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'
S
Description
No description provided
Readme GPL-3.0 7.2 MiB
v2 Latest
2026-07-04 00:12:13 +08:00
Languages
TypeScript 99.4%
Lua 0.3%
C++ 0.2%
JavaScript 0.1%