setup-zig/action.yml

19 lines
465 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
2022-11-07 12:19:37 +00:00
default: 'master'
cache:
description: 'Cache downloaded compilers for faster action runs. Strongly recommended.'
required: false
default: 'true'
2019-10-05 10:56:02 +00:00
runs:
using: 'node20'
main: 'dist/index.js'