feat: CI
Some checks failed
build / test-and-build (push) Failing after 1m32s
test / test (push) Failing after 1m39s

This commit is contained in:
2025-07-25 12:59:53 +02:00
parent b0cfffc021
commit 83bca4a02a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
run: |
ZIG_VERSION=0.14.1
curl -L https://ziglang.org/download/${ZIG_VERSION}/zig-x86_64-linux-${ZIG_VERSION}.tar.xz | tar -xJ
echo "${PWD}/zig-linux-x86_64-${ZIG_VERSION}" >> $GITHUB_PATH
echo "${PWD}/zig-x86_64-linux-${ZIG_VERSION}" >> $GITHUB_PATH
- name: Build binary
run: zig build

View File

@@ -15,7 +15,7 @@ jobs:
# See https://ziglang.org/download/
ZIG_VERSION=0.14.1
curl -L https://ziglang.org/download/${ZIG_VERSION}/zig-x86_64-linux-${ZIG_VERSION}.tar.xz | tar -xJ
echo "${PWD}/zig-linux-x86_64-${ZIG_VERSION}" >> $GITHUB_PATH
echo "${PWD}/zig-x86_64-linux-${ZIG_VERSION}" >> $GITHUB_PATH
- name: Run tests
run: zig build test