From d0599412ce1c572964cd1653219ed07e832e2b4d Mon Sep 17 00:00:00 2001 From: Kalle Carlbark Date: Sun, 19 Jan 2025 19:27:32 +0100 Subject: [PATCH] ci: No apt on macos :) --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9b369e..f097d7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,13 +6,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - run: | - apt update; apt install --yes sudo - uses: https://github.com/mlugg/setup-zig@v1 with: version: master - - # Cross-compile the binary. We always use static building for this - # because its the only way to access the headers. - name: Test run: zig build test --summary all