We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e393613 + 13230be commit 61d6d3bCopy full SHA for 61d6d3b
1 file changed
.github/workflows/build_and_test.yml
@@ -115,6 +115,11 @@ jobs:
115
image: amd64/rust
116
steps:
117
- uses: actions/checkout@v6
118
+ - name: Setup Rust & Java toolchain
119
+ uses: ./.github/actions/setup-builder
120
+ with:
121
+ rust-version: ${{ env.RUST_VERSION }}
122
+ jdk-version: 17
123
- name: Download native library
124
uses: actions/download-artifact@v8
125
with:
0 commit comments