Skip to content

Commit 61d6d3b

Browse files
authored
Merge branch 'comphead:main' into main
2 parents e393613 + 13230be commit 61d6d3b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ jobs:
115115
image: amd64/rust
116116
steps:
117117
- 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
118123
- name: Download native library
119124
uses: actions/download-artifact@v8
120125
with:

0 commit comments

Comments
 (0)