Skip to content

Commit

Permalink
missing change from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolSpy3 committed Jan 12, 2025
1 parent 18ab5dd commit 4d94728
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_suite_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
update: false
- name: Install Visual Studio 10 and OpenJDK 18
- name: Install OpenJDK 18
shell: powershell
run: |
choco install -y openjdk --version=18.0.2
run: choco install -y openjdk --version=18.0.2
- name: Install Webots Compilation Dependencies
run: |
export PYTHON_INSTALLATION_FOLDER=/C/hostedtoolcache/windows/Python
Expand Down

0 comments on commit 4d94728

Please sign in to comment.