Switch to snap install for Ubuntu runner
Some checks failed
Create Release / release (push) Failing after 4s

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

View file

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