From d401f239b60a0073431d835c5aa03ef6d120ff59 Mon Sep 17 00:00:00 2001 From: prime31 Date: Thu, 13 Aug 2020 12:24:11 -0700 Subject: [PATCH] Update ci.yml --- zig-ecs/.github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zig-ecs/.github/workflows/ci.yml b/zig-ecs/.github/workflows/ci.yml index 276abaf..6e74785 100644 --- a/zig-ecs/.github/workflows/ci.yml +++ b/zig-ecs/.github/workflows/ci.yml @@ -1,6 +1,5 @@ -- name: Setup Zig - uses: goto-bus-stop/setup-zig@v1.2.3 - +name: Workflow +on: [push] jobs: test: @@ -11,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: goto-bus-stop/setup-zig@v1 + with: + version: master - run: zig build test lint: runs-on: ubuntu-latest