From 0ba4cf62ee11b6cb06623e08f70b6db32f5416b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 7 Oct 2019 10:19:10 +0200 Subject: [PATCH] try it --- .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 64d0154..2c42835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v1 - - uses: goto-bus-stop/setup-zig@default + - uses: goto-bus-stop/setup-zig@ncc with: version: 0.5.0 - run: zig run src/main.zig