From e2ec4a3144414a0fc896373e9536e2e235484eda Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 30 Aug 2024 13:00:31 -0700 Subject: [PATCH] CI: use mlugg setup --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7682c64..0984842 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,8 @@ jobs: target: [ x86-linux, x86_64-linux, aarch64-linux, riscv64-linux ] runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Setup Zig - uses: goto-bus-stop/setup-zig@v1.3.0 - with: - version: master + - uses: actions/checkout@v2 + - uses: mlugg/setup-zig@v1 - name: Build run: zig build -Doptimize=ReleaseSafe -Dtarget=${{ matrix.target }}