We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4ef98 commit 20f6234Copy full SHA for 20f6234
.github/workflows/test-java-bindings-new.yml
@@ -1,4 +1,4 @@
1
-name: Cross-platform Build Java
+name: Cross-platform Build
2
3
on:
4
push:
@@ -42,6 +42,12 @@ jobs:
42
- name: Install cargo-binstall
43
uses: taiki-e/install-action@cargo-binstall
44
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
+
51
- name: Install cargo-zigbuild
52
if: ${{ !matrix.use_xwin }}
53
run: cargo binstall --no-confirm cargo-zigbuild
0 commit comments