Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
/ jdk20u Public archive

Commit b63e16e

Browse files
committed
8306543: GHA: MSVC installation is failing
Backport-of: 5a00617b1be998327825c3abe82ddc213336758d
1 parent 6db9050 commit b63e16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
# Run Visual Studio Installer
104104
'/c/Program Files (x86)/Microsoft Visual Studio/Installer/vs_installer.exe' \
105-
modify --quiet --installPath 'C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise' \
105+
modify --quiet --installPath 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise' \
106106
--add Microsoft.VisualStudio.Component.VC.${{ inputs.msvc-toolset-version }}.${{ inputs.msvc-toolset-architecture }}
107107
108108
- name: 'Configure'

0 commit comments

Comments
 (0)