From 94894fadc6f20e18d9f8cf7c69013b614bf9278e Mon Sep 17 00:00:00 2001 From: paoda Date: Mon, 9 Sep 2024 02:17:17 -0500 Subject: [PATCH] chore(ci): update to Zig v0.13.0 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6fc745..7b05b35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: goto-bus-stop/setup-zig@v2 with: - version: 0.12.0-dev.2063+804cee3b9 + version: 0.13.0 - run: | git config --global core.autocrlf false - uses: actions/checkout@v3 @@ -55,5 +55,5 @@ jobs: submodules: recursive - uses: goto-bus-stop/setup-zig@v2 with: - version: 0.12.0-dev.2063+804cee3b9 + version: 0.13.0 - run: zig fmt --check {src,lib}/**/*.zig build.zig build.zig.zon