15 lines
324 B
YAML
15 lines
324 B
YAML
name: 'Setup Zig'
|
|
description: 'Setup a Zig compiler and add it to the path'
|
|
branding:
|
|
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: 'master'
|
|
runs:
|
|
using: 'node16'
|
|
main: 'dist/index.js'
|