Skip to content

Commit 8fc7ce5

Browse files
committed
fix test step names
1 parent e091187 commit 8fc7ce5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/test_suite_windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ jobs:
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

.github/workflows/test_suite_windows_develop.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ jobs:
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

0 commit comments

Comments
 (0)