setup-zig/action.yml

15 lines
323 B
YAML
Raw Normal View History

2019-10-05 10:56:02 +00:00
name: 'Setup Zig'
description: 'Setup a Zig compiler and add it to the path'
2020-03-07 15:08:23 +00:00
branding:
icon: play
color: orange
2019-10-05 10:56:02 +00:00
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: 'dist/index.js'