2019-10-05 10:56:02 +00:00
|
|
|
name: 'Setup Zig'
|
|
|
|
description: 'Setup a Zig compiler and add it to the path'
|
2019-10-05 13:32:56 +00:00
|
|
|
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'
|
2019-10-07 08:24:19 +00:00
|
|
|
main: 'dist/index.js'
|