We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe9f86 commit 9b47204Copy full SHA for 9b47204
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: read
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: mlugg/setup-zig@v1
+ - uses: mlugg/setup-zig@v2
15
with:
16
- version: 0.14.0
+ version: 0.15.1
17
- run: zig build test --summary all
0 commit comments