2019-10-05 04:56:02 -06:00
|
|
|
name: 'Setup Zig'
|
|
|
|
description: 'Setup a Zig compiler and add it to the path'
|
2020-03-07 08:08:23 -07:00
|
|
|
branding:
|
|
|
|
icon: play
|
|
|
|
color: orange
|
2019-10-05 04:56:02 -06: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 05:19:37 -07:00
|
|
|
default: 'master'
|
2023-06-25 09:44:29 -06:00
|
|
|
cache:
|
|
|
|
description: 'Cache downloaded compilers for faster action runs. Strongly recommended.'
|
|
|
|
required: false
|
|
|
|
default: 'true'
|
2019-10-05 04:56:02 -06:00
|
|
|
runs:
|
2023-12-30 04:31:55 -07:00
|
|
|
using: 'node20'
|
2019-10-07 02:24:19 -06:00
|
|
|
main: 'dist/index.js'
|