We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2980df commit 2d40197Copy full SHA for 2d40197
1 file changed
.github/workflows/zig-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Zig
16
uses: mlugg/setup-zig@v1
17
with:
18
- version: 0.15.2
+ version: master
19
20
- name: Check Formatting
21
run: zig fmt --check .
0 commit comments