File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 5959 - uses : actions/setup-python@v4
6060 with :
6161 python-version : ' 3.11'
62- - name : Install Visual Studio 10 and OpenJDK 18
62+ - name : Install OpenJDK 18
6363 shell : powershell
64- run : |
65- choco install -y openjdk --version=18.0.2
66- choco install -y visualcpp-build-tools
64+ run : choco install -y openjdk --version=18.0.2
6765 - name : Install Webots Compilation Dependencies
6866 run : |
6967 export PYTHON_INSTALLATION_FOLDER=/C/hostedtoolcache/windows/Python
Original file line number Diff line number Diff line change 5555 - uses : actions/setup-python@v4
5656 with :
5757 python-version : ' 3.11'
58- - name : Install Visual Studio 10 and OpenJDK 18
58+ - name : Install OpenJDK 18
5959 shell : powershell
60- run : |
61- choco install -y openjdk --version=18.0.2
60+ run : choco install -y openjdk --version=18.0.2
6261 - name : Install Webots Compilation Dependencies
6362 run : |
6463 export PYTHON_INSTALLATION_FOLDER=/C/hostedtoolcache/windows/Python
You can’t perform that action at this time.
0 commit comments