From 289d209cdbfa26470d70edbcb9341c9f8d74c23c Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Mon, 14 Oct 2024 21:03:37 -0700 Subject: [PATCH] all: update Zig to version 0.14.0-dev.1911+3bf89f55c 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 65fb55be..6a5e9f87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Zig run: | sudo apt install xz-utils - sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.1710+8ee52f99c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.1911+3bf89f55c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: build run: zig build - name: test