Opportunity 76fa3f72be Add test
76fa3f72be · 2019-10-12 12:05:17 +08:00
24 Commits
2019-10-12 12:05:17 +08:00
2019-10-12 12:03:58 +08:00
2019-10-12 12:03:58 +08:00
2019-10-12 12:03:58 +08:00
2019-09-30 17:55:21 +08:00
2019-10-12 12:03:58 +08:00
2019-10-12 12:03:58 +08:00
2019-09-30 21:16:13 +08:00
2019-10-12 12:03:58 +08:00
2019-10-12 12:03:58 +08:00
2019-09-30 22:45:33 +08:00
2019-10-12 12:03:58 +08:00

GitHub Action - Setup xmake

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

Use specified version:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '2.2.8'

Use semver:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '>=2.2.6 <=2.2.8'
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%