From 62182b516c753c1e04db9c19731db6c6bf324748 Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Fri, 8 Mar 2024 16:58:52 -0700 Subject: [PATCH] all: update Zig to version 0.12.0-dev.3161+377ecc6af Signed-off-by: Wrench[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7b37fde..4802771b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Zig run: | brew install xz - sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.12.0-dev.2063+804cee3b9.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.12.0-dev.3161+377ecc6af.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: build run: zig build env: