From b71cdfdc7cae1c9efe39e1ceb2a1a7198d609372 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Sun, 11 Jul 2021 18:51:39 +0200 Subject: [PATCH] Change zig setup strategy --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fbb99b..7ec9f61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,12 +26,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Zig - # You may pin to the exact commit or the version. - # uses: goto-bus-stop/setup-zig@41ae19e72e21b9a1380e86ff9f058db709fc8fc6 - uses: goto-bus-stop/setup-zig@v1.3.0 - with: - # Version of the zig compiler to use (must be 0.3.0 or up) - version: 0.6.0 # default is 0.5.0 + run: sudo snap install --beta zig --classic # Runs a single command using the runners shell - name: Build examples