From 577aae9b4cd66e3b719901a21eac46b801d8c066 Mon Sep 17 00:00:00 2001 From: Komari Spaghetti Date: Sat, 5 Jun 2021 14:33:37 +0200 Subject: ci: Use zig 0.8.0 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61b4cd7..1fde407 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: submodules: recursive - uses: goto-bus-stop/setup-zig@v1.3.0 with: - version: 0.7.0 + version: 0.8.0 - run: zig build lint: runs-on: ubuntu-latest @@ -20,5 +20,5 @@ jobs: - uses: actions/checkout@v2.3.4 - uses: goto-bus-stop/setup-zig@v1.3.0 with: - version: 0.7.0 + version: 0.8.0 - run: zig fmt --check . -- cgit v1.2.3