fix(ci): use latest released zig version
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 13m37s

This commit is contained in:
2026-06-06 21:02:05 +02:00
parent ca931ac8a1
commit a93ccf2103
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup zig installation
uses: https://codeberg.org/mlugg/setup-zig@v2
with:
version: master
version: latest
- name: Lint check
run: zig fmt --check .
- name: Spell checking