Skip to content

Commit 6c9455c

Browse files
committed
Install zig and use cache
1 parent 316df4c commit 6c9455c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Checkout the repository
3535
uses: actions/checkout@v3
3636

37+
- uses: goto-bus-stop/setup-zig@v2
38+
with:
39+
version: 0.13.0
40+
3741
- name: Build
3842
run: zig build --release=small -Dtarget=${{ matrix.TARGET }} --summary all
3943

0 commit comments

Comments
 (0)