feat: CI
Some checks failed
build / test-and-build (push) Failing after 8s
test / test (push) Failing after 1m22s

This commit is contained in:
2025-07-25 12:53:43 +02:00
parent 4b583bf737
commit ead4757116

View File

@@ -12,8 +12,9 @@ jobs:
- name: Install Zig
run: |
sudo apt-get install snapd
snap install zig --classic --beta
# See https://ziglang.org/download/
curl -L https://ziglang.org/builds/zig-x86_64-linux-0.15.0-dev.1184+c41ac8f19.tar.xz | tar -xJ
echo "${PWD}/zig-x86_64-linux-0.15.0-dev.1184+c41ac8f19" >> $GITHUB_PATH
- name: Run tests
run: zig build test