Use apt to install Zig on Ubuntu runner
Some checks failed
Create Release / release (push) Failing after 12s

This commit is contained in:
Jeremie Fraeys 2026-02-09 14:45:51 -05:00
parent d8e25a8198
commit f3091021e4
No known key found for this signature in database

View file

@ -18,7 +18,8 @@ jobs:
- name: Setup Zig
run: |
if ! command -v zig &> /dev/null; then
sudo snap install zig --classic
sudo apt-get update
sudo apt-get install -y zig
fi
zig version