From 961db86193af4d0368ac222bfa62a9a71c890b82 Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Sat, 23 Sep 2023 13:56:05 -0700 Subject: [PATCH] all: update Zig to version 0.12.0-dev.494+a8d2ed806 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 7039420..a6de65f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,6 @@ 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.12.0-dev.389+61b70778b.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.12.0-dev.494+a8d2ed806.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: build run: zig build