This action sets up a Zig environment for use in Github Actions:
- Install zigup for Linux and Mac OS systems (x86_64, aarch64)
See action.yml
- uses: drflamemontgomery/setup-zig@v0.1.1-alpha
with:
version: 0.16.0
os: linux
arch: x86_64Supported versions include any valid anyzig version specifier
This project is released under the MIT License