fix(ci): use correct link for zig
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 1m4s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 1m4s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
This commit is contained in:
parent
334706a1a4
commit
57c02e0f93
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ jobs:
|
|||
run: |
|
||||
mkdir -p /tmp/zig
|
||||
cd /tmp/zig
|
||||
curl -Lo zig-linux-x86_64-0.11.0.tar.xz https://ziglang.org/builds/zig-linux-x86_64-0.11.0.tar.xz
|
||||
tar -xJ zig-linux-x86_64-0.11.0.tar.xz -C /tmp/zig --strip-components=1
|
||||
curl -Lo zig-linux-x86_64.tar.xz https://ziglang.org/builds/zig-linux-x86_64-0.15.0-dev.377+f01833e03.tar.xz
|
||||
tar -xJ zig-linux-x86_64.tar.xz -C /tmp/zig --strip-components=1
|
||||
curl -L https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
cargo binstall -y cargo-zigbuild
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue