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