From 95ea54c32b58419b44de984edb9d623ad0960418 Mon Sep 17 00:00:00 2001 From: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:55:10 +0200 Subject: [PATCH] Pin Zig to the current stable version instead of master (#1951) --- .github/workflows/zig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zig.yml b/.github/workflows/zig.yml index d4c94fb7dc..9c3e72035c 100644 --- a/.github/workflows/zig.yml +++ b/.github/workflows/zig.yml @@ -19,7 +19,7 @@ jobs: - name: Install Zig uses: goto-bus-stop/setup-zig@v2 with: - version: master + version: 0.13.0 - uses: actions/checkout@v4 - name: Test Zig files run: (cd fiat-zig && zig build && zig build test)