Skip to content

Commit 75ce2ce

Browse files
committed
fix: install xz to extract zig tarball
1 parent f105ee1 commit 75ce2ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
build: |-
4444
rustup update stable
4545
rustup target add aarch64-unknown-linux-musl
46+
apk add --no-cache xz
4647
wget -q https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz
4748
tar -xf zig-linux-x86_64-0.13.0.tar.xz
4849
export PATH="$PWD/zig-linux-x86_64-0.13.0:$PATH"

0 commit comments

Comments
 (0)