Skip to content

Commit 9b47204

Browse files
committed
chore: update CI to Zig 0.15.1
1 parent 8fe9f86 commit 9b47204

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: mlugg/setup-zig@v1
14+
- uses: mlugg/setup-zig@v2
1515
with:
16-
version: 0.14.0
16+
version: 0.15.1
1717
- run: zig build test --summary all

0 commit comments

Comments
 (0)