setup-zig/action.yml
2019-10-05 15:32:56 +02:00

14 lines
304 B
YAML

name: 'Setup Zig'
description: 'Setup a Zig compiler and add it to the path'
icon: play
color: orange
author: 'goto-bus-stop'
inputs:
version:
description: 'Version of the zig compiler to use (must be 0.3.0 or up)'
required: true
default: '0.5.0'
runs:
using: 'node12'
main: 'index.js'