From 523dbfd38cc6fed03ff5856a71e4837fad9a2136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 5 Oct 2019 13:18:03 +0200 Subject: [PATCH] Use default branch for test --- .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 b16a150..28cef57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v1 - - uses: goto-bus-stop/setup-zig@tests + - uses: goto-bus-stop/setup-zig@default with: version: 0.5.0 - run: zig run src/main.zig