From 9168ecec34eb156fa99f5b22cac36d59842d1614 Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Sat, 28 Dec 2024 12:26:56 +1300 Subject: [PATCH] ci: with zig version on test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a41c72..b31effc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,8 @@ jobs: - name: Test Local Action id: test-action uses: ./ + with: + zig-version: 0.13.0 - name: Print Output id: output