From 1bf7cc665ef07e39c17645121e8ba8c98386578b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20=C5=9Al=C4=85zak?= Date: Fri, 27 Feb 2026 11:30:40 +0100 Subject: [PATCH] chore(ci): Add missing Zig dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0428b2..d836e77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: with: toolchain: stable targets: aarch64-unknown-linux-musl,x86_64-unknown-linux-musl + - uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2 - uses: taiki-e/install-action@71b48393496777ee11188c07a34d48b048a985cd # v2 with: tool: cargo-zigbuild