Files
github-action-setup-xmake/action.yml
T
2019-09-30 22:59:40 +08:00

17 lines
327 B
YAML

name: setup xmake
description: Set up a xmake environment and add it to the PATH
author: OpportunityLiu
branding:
icon: play
color: green
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'