From 917722556b2943fc24aa5a2525800ad07775e75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 1 Feb 2020 19:11:05 +0100 Subject: [PATCH] ci: switch back to default --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a437aaa..5b40237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v1 - - uses: goto-bus-stop/setup-zig@fix-4 + - uses: goto-bus-stop/setup-zig@default with: version: ${{matrix.zig-version}} - run: zig build test