Feature/zig 0.15 upgrade (#1)

* fix: adjust build and stdout

* fix: compiles on 0.15

* fix: fix io changes

* fix: update github action zig version
This commit is contained in:
Tilo
2025-10-05 18:40:15 +02:00
committed by GitHub
parent 0b60592e61
commit d17540cb33
4 changed files with 55 additions and 46 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- name: Install Zig
uses: mlugg/setup-zig@v2
with:
version: 0.14.0
version: 0.15.0
- name: Build for ${{ matrix.triple }}
run: |