We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc7ce5 commit 5411229Copy full SHA for 5411229
.github/workflows/test_suite_windows.yml
@@ -107,10 +107,9 @@ jobs:
107
- uses: msys2/setup-msys2@v2
108
with:
109
update: false
110
- - name: Install Visual Studio 10 and OpenJDK 18
+ - name: Install OpenJDK 18
111
shell: powershell
112
- run: |
113
- choco install -y openjdk --version=18.0.2
+ run: choco install -y openjdk --version=18.0.2
114
- name: Install Webots Compilation Dependencies
115
run: |
116
export PYTHON_INSTALLATION_FOLDER=/C/hostedtoolcache/windows/Python
0 commit comments