fix(ci): use latest released zig version
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 13m37s
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 13m37s
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Setup zig installation
|
- name: Setup zig installation
|
||||||
uses: https://codeberg.org/mlugg/setup-zig@v2
|
uses: https://codeberg.org/mlugg/setup-zig@v2
|
||||||
with:
|
with:
|
||||||
version: master
|
version: latest
|
||||||
- name: Lint check
|
- name: Lint check
|
||||||
run: zig fmt --check .
|
run: zig fmt --check .
|
||||||
- name: Spell checking
|
- name: Spell checking
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Setup zig installation
|
- name: Setup zig installation
|
||||||
uses: https://codeberg.org/mlugg/setup-zig@v2
|
uses: https://codeberg.org/mlugg/setup-zig@v2
|
||||||
with:
|
with:
|
||||||
version: master
|
version: latest
|
||||||
- name: Lint check
|
- name: Lint check
|
||||||
run: zig fmt --check .
|
run: zig fmt --check .
|
||||||
- name: Spell checking
|
- name: Spell checking
|
||||||
|
|||||||
Reference in New Issue
Block a user