14 lines
322 B
YAML
14 lines
322 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.
|
|
outputs:
|
|
time: # id of output
|
|
description: 'The time we greeted you'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'index.js' |