8991f2b50e · 2019-09-30 22:45:33 +08:00
20 Commits
2019-09-30 22:20:31 +08:00
2019-09-30 17:55:21 +08:00
2019-09-30 21:16:36 +08:00
2019-09-30 22:20:31 +08:00
fix
2019-09-30 22:33:40 +08:00
2019-09-30 21:16:13 +08:00
2019-09-30 22:20:31 +08:00
2019-09-30 22:45:33 +08:00
2019-09-30 22:45:33 +08:00
2019-09-30 22:45:33 +08:00
2019-09-30 22:45:33 +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%