Skip to content

Commit 91d9284

Browse files
authored
Merge pull request #58 from cristiand391/main
ci: bump zig to 0.14.0
2 parents 8489479 + 93ad7cc commit 91d9284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Zig
1212
uses: mlugg/setup-zig@v1
1313
with:
14-
version: 0.13.0
14+
version: 0.14.0
1515

1616
- name: Test
1717
run: zig build test

0 commit comments

Comments
 (0)