Switch to snap install for Ubuntu runner
Some checks failed
Create Release / release (push) Failing after 4s
Some checks failed
Create Release / release (push) Failing after 4s
This commit is contained in:
parent
740a790436
commit
d8e25a8198
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue