Opportunity 77cd51991f fix
77cd51991f · 2020-05-24 00:23:14 +08:00
60 Commits
.
2020-03-31 19:21:41 +08:00
2020-03-20 22:14:58 +08:00
fix
2020-05-24 00:23:14 +08:00
2020-03-31 19:08:21 +08:00
fix
2020-05-24 00:23:14 +08:00
2020-03-20 20:36:16 +08:00
2020-03-20 20:40:54 +08:00
2020-05-23 23:36:59 +08:00
2020-03-20 22:14:58 +08:00
2019-09-30 21:16:13 +08:00
2020-03-31 19:08:21 +08:00
2020-05-23 23:36:59 +08:00
2020-03-20 22:14:58 +08:00
2020-03-20 22:14:58 +08:00
2020-03-31 18:38:26 +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%