ci: No apt on macos :)
All checks were successful
Test / build (push) Successful in 29s

This commit is contained in:
Kalle Carlbark 2025-01-19 19:27:32 +01:00
parent b33ae975ab
commit d0599412ce

View file

@ -6,13 +6,8 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: |
apt update; apt install --yes sudo
- uses: https://github.com/mlugg/setup-zig@v1 - uses: https://github.com/mlugg/setup-zig@v1
with: with:
version: master version: master
# Cross-compile the binary. We always use static building for this
# because its the only way to access the headers.
- name: Test - name: Test
run: zig build test --summary all run: zig build test --summary all