Skip to content

Commit 688cbd9

Browse files
committed
Install jextract in CI
1 parent d121a97 commit 688cbd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/client.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
with:
1313
distribution: "temurin"
1414
java-version: "23"
15+
- name: 'Set up latest JDK code tool jextract'
16+
uses: oracle-actions/setup-java@v1
17+
with:
18+
website: jdk.java.net
19+
release: jextract
1520
- uses: actions-rust-lang/setup-rust-toolchain@v1
1621
with:
1722
cache-workspaces: windows_helper

0 commit comments

Comments
 (0)