We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mlugg/setup-zig
1 parent a6625b3 commit 29b4e6fCopy full SHA for 29b4e6f
.github/workflows/CI.yml
@@ -23,9 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
26
-
27
- # FIXME: once https://github.com/mlugg/setup-zig/pull/30 is in a released version switch to that
28
- - uses: mlugg/setup-zig@153c8d5202cbb8c7e10831110a3afd27593eb960
+ - uses: mlugg/setup-zig@v2
29
30
- name: Lint
31
run: zig fmt --check --ast-check .
0 commit comments