From b0a3bdbdedc77c16afa167d7ba76e2c35e07c92d Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sun, 7 May 2023 15:57:29 +1000 Subject: [PATCH] ci: fix zig version matrix --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 06569f5..2bfa939 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -9,9 +9,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 + - uses: goto-bus-stop/setup-zig@v2 with: version: ${{ matrix.version }} - - uses: goto-bus-stop/setup-zig@v2 - run: zig build test lint: runs-on: ubuntu-latest