Skip to content

Commit 03a98f5

Browse files
committed
Don't let oracle overwrite JAVA_HOME
1 parent 688cbd9 commit 03a98f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/client.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: windows-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-java@v4
12-
with:
13-
distribution: "temurin"
14-
java-version: "23"
1511
- name: 'Set up latest JDK code tool jextract'
1612
uses: oracle-actions/setup-java@v1
1713
with:
1814
website: jdk.java.net
1915
release: jextract
16+
- uses: actions/setup-java@v4
17+
with:
18+
distribution: "temurin"
19+
java-version: "23"
2020
- uses: actions-rust-lang/setup-rust-toolchain@v1
2121
with:
2222
cache-workspaces: windows_helper

0 commit comments

Comments
 (0)