Install Zig from official binary release
Some checks failed
Create Release / release (push) Failing after 6s
Some checks failed
Create Release / release (push) Failing after 6s
This commit is contained in:
parent
f3091021e4
commit
1f76474e20
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -18,8 +18,9 @@ jobs:
|
|||
- name: Setup Zig
|
||||
run: |
|
||||
if ! command -v zig &> /dev/null; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y zig
|
||||
curl -L https://ziglang.org/builds/zig-linux-x86_64-0.15.2.tar.xz | tar -xJ
|
||||
sudo mv zig-linux-x86_64-0.15.2 /usr/local/zig
|
||||
sudo ln -s /usr/local/zig/zig /usr/local/bin/zig
|
||||
fi
|
||||
zig version
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue