File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments