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
|
2022-11-07 12:19:37 +00:00
|
|
|
default: 'master'
|
2019-10-05 10:56:02 +00:00
|
|
|
runs:
|
2022-11-07 12:13:23 +00:00
|
|
|
using: 'node16'
|
2019-10-07 08:24:19 +00:00
|
|
|
main: 'dist/index.js'
|