From ac96d5072be29811a14c1024954931084820d64d Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 21 Nov 2023 14:03:39 -0800 Subject: [PATCH] ci: add zig version check --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9dafa2..9788bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: - name: Install Zig uses: goto-bus-stop/setup-zig@v2 + + - name: Check Zig Version + run: zig version - name: Compile example run: |