mod: adapt documentation and ci to use latest zig release version
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m6s

This commit is contained in:
2026-01-17 21:24:13 +01:00
parent ba344e7d65
commit f0a39c1293
3 changed files with 4 additions and 7 deletions

View File

@@ -15,9 +15,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup zig installation
uses: mlugg/setup-zig@v2
uses: https://codeberg.org/mlugg/setup-zig@v2
with:
version: master
version: latest
- name: Lint check
run: zig fmt --check .
- name: Spell checking

View File

@@ -14,9 +14,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup zig installation
uses: mlugg/setup-zig@v2
uses: https://codeberg.org/mlugg/setup-zig@v2
with:
version: master
version: latest
- name: Lint check
run: zig fmt --check .
- name: Spell checking