Skip to content

Commit d237f94

Browse files
omichelBenjamin Délèze
andauthored
Fixed OpenJDK installation on Windows (cyberbotics#5221)
Co-authored-by: Benjamin Délèze <benjamin.deleze@cyberbotics.com>
1 parent ba58195 commit d237f94

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test_suite_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
with:
6262
submodules: true
6363
fetch-depth: 15
64-
- name: Install Visual Studio 10 and OpenJDK 17
64+
- name: Install Visual Studio 10 and OpenJDK 18
6565
shell: powershell
6666
run: |
67-
choco install openjdk17
68-
choco install visualcpp-build-tools
67+
choco install -y openjdk --version=18.0.2
68+
choco install -y visualcpp-build-tools
6969
- name: Install Webots Compilation Dependencies
7070
run: |
7171
export PYTHON_INSTALLATION_FOLDER=/C/hostedtoolcache/windows/Python/

.github/workflows/test_suite_windows_develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
submodules: true
5858
fetch-depth: 15
5959
ref: develop
60-
- name: Install Visual Studio 10 and OpenJDK 17
60+
- name: Install Visual Studio 10 and OpenJDK 18
6161
shell: powershell
6262
run: |
63-
choco install openjdk17
64-
choco install visualcpp-build-tools
63+
choco install -y openjdk --version=18.0.2
64+
choco install -y visualcpp-build-tools
6565
- name: Install Webots Compilation Dependencies
6666
run: |
6767
export PYTHON_INSTALLATION_FOLDER=/C/hostedtoolcache/windows/Python/

0 commit comments

Comments
 (0)