Files
github-action-setup-xmake/action.yml
T
Opportunity d610c9a2b6 tool cache
2019-09-30 20:33:38 +08:00

11 lines
284 B
YAML

name: setup xmake
description: Set up a xmake environment and add it to the PATH
author: OpportunityLiu
inputs:
xmake-version:
required: true
default: latest
description: The version to use. Should be a semver range or 'latest'
runs:
using: 'node12'
main: 'index.js'