From edca7cbf2a27db288ee3734e9bd363b98a981a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20Estera=20=C5=9Al=C4=85zak?= <128227338+j-g00da@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:46:16 +0100 Subject: [PATCH] chore(ci): Add missing Zig dependency (#77) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/.github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/filtermail/.github/workflows/release.yml b/filtermail/.github/workflows/release.yml index f0428b2b..d836e77c 100644 --- a/filtermail/.github/workflows/release.yml +++ b/filtermail/.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