From 62ab3872376c192a0412621a7e54306ade4dceb0 Mon Sep 17 00:00:00 2001 From: Jay Petacat Date: Tue, 4 Aug 2026 00:00:35 -0600 Subject: [PATCH] CI: Workaround Zig 0.16.0 ZIP unpack failure --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2438ee74b..818a725d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,6 +26,11 @@ jobs: with: version: ${{ matrix.zig-version }} + - name: Workaround Zig 0.16.0 ZIP unpack failure + # https://codeberg.org/ziglang/zig/issues/31964 + shell: bash + run: mkdir -p "${ZIG_GLOBAL_CACHE_DIR}/tmp" + - name: Check Formatting if: runner.os != 'Windows' # zig fmt failing on Windows CI, unclear why run: zig fmt --ast-check --check .