Skip to content

Commit 43813b3

Browse files
committed
fix(ci): update ci to zig 0.14
1 parent b7d69d2 commit 43813b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: goto-bus-stop/setup-zig@v2
1818
with:
19-
version: 0.13.0
19+
version: 0.14.0
2020
- name: Build all examples
2121
run: zig build
2222

@@ -32,6 +32,6 @@ jobs:
3232
- uses: actions/checkout@v2
3333
- uses: goto-bus-stop/setup-zig@v2
3434
with:
35-
version: 0.13.0
35+
version: 0.14.0
3636
- name: Build all examples
3737
run: zig build test --summary all

0 commit comments

Comments
 (0)