Skip to content

Commit 20f6234

Browse files
committed
install zig
1 parent 2a4ef98 commit 20f6234

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-java-bindings-new.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cross-platform Build Java
1+
name: Cross-platform Build
22

33
on:
44
push:
@@ -42,6 +42,12 @@ jobs:
4242
- name: Install cargo-binstall
4343
uses: taiki-e/install-action@cargo-binstall
4444

45+
- name: Install Zig
46+
if: ${{ !matrix.use_xwin }}
47+
uses: goto-bus-stop/setup-zig@v2
48+
with:
49+
version: 0.10.1
50+
4551
- name: Install cargo-zigbuild
4652
if: ${{ !matrix.use_xwin }}
4753
run: cargo binstall --no-confirm cargo-zigbuild

0 commit comments

Comments
 (0)