Skip to content

Commit 5411229

Browse files
committed
missing change from previous commit
1 parent 8fc7ce5 commit 5411229

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test_suite_windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,9 @@ jobs:
107107
- uses: msys2/setup-msys2@v2
108108
with:
109109
update: false
110-
- name: Install Visual Studio 10 and OpenJDK 18
110+
- name: Install OpenJDK 18
111111
shell: powershell
112-
run: |
113-
choco install -y openjdk --version=18.0.2
112+
run: choco install -y openjdk --version=18.0.2
114113
- name: Install Webots Compilation Dependencies
115114
run: |
116115
export PYTHON_INSTALLATION_FOLDER=/C/hostedtoolcache/windows/Python

0 commit comments

Comments
 (0)