feat: CI
Some checks failed
build / test-and-build (push) Failing after 13s
test / test (push) Failing after 7s

This commit is contained in:
2025-07-25 12:56:59 +02:00
parent ead4757116
commit d6a085414c
2 changed files with 6 additions and 4 deletions

View File

@@ -14,8 +14,9 @@ jobs:
- name: Install Zig
run: |
sudo apt-get install snapd
snap install zig --classic --beta
ZIG_VERSION=0.14.1
curl -L https://ziglang.org/download/${ZIG_VERSION}/zig-linux-x86_64-${ZIG_VERSION}.tar.xz | tar -xJ
echo "${PWD}/zig-linux-x86_64-${ZIG_VERSION}" >> $GITHUB_PATH
- name: Build binary
run: zig build