setup-zig/action.yml
Renée Kooi 66631fd873
ci: update node.js, closes #40 (#41)
* ci: update node.js, closes #40

* ci: update matrix
2022-11-07 13:13:23 +01:00

15 lines
323 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: '0.5.0'
runs:
using: 'node16'
main: 'dist/index.js'