fix(workflow): correct version for zig installation
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 56s

This commit is contained in:
2025-08-02 10:17:15 +02:00
parent eb2ea38e34
commit 5b1a987a5b

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup zig installation - name: Setup zig installation
uses: mlugg/setup-zig@v1 uses: mlugg/setup-zig@v2
with: with:
version: master version: master
- name: Lint check - name: Lint check