Skip to content

Commit c459c54

Browse files
author
Brean
committed
Edited the workflow
1 parent 7349920 commit c459c54

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
- name: Add x86_64 GNU target
3838
run: rustup target add x86_64-unknown-linux-gnu
3939

40+
# Install Zig
41+
- name: Install Zig
42+
run: |
43+
wget https://ziglang.org/download/0.10.0/zig-linux-x86_64-0.10.0.tar.xz
44+
tar -xf zig-linux-x86_64-0.10.0.tar.xz
45+
sudo mv zig-linux-x86_64-0.10.0/zig /usr/local/bin/
46+
4047
# Install cargo-zigbuild
4148
- name: Install cargo-zigbuild
4249
run: cargo install cargo-zigbuild

0 commit comments

Comments
 (0)