From ecc6ceaef707f715e71238736e2efcc24efb362f Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 14 Dec 2025 12:43:52 +0100 Subject: [PATCH] update ci/cd --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 432bb67..2adb438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,15 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + + - name: Setup Zig + uses: https://codeberg.org/mlugg/setup-zig@v2 - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y gcc make libcriterion-dev valgrind zig + sudo apt-get install -y gcc make libcriterion-dev valgrind - name: Build and run tests run: make test