Skip to content

Commit d0ed0a7

Browse files
author
Vasil Pashov
committed
Rollback MSVC version
1 parent 8ee3763 commit d0ed0a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_steps.yml

+6
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ jobs:
8888
disk-root: "D:" # This is also the checkout directory. Total size 12GB.
8989
continue-on-error: true
9090

91+
92+
- name: Install VS2022 BuildTools 17.9.7
93+
run: |
94+
# Locate the Visual Studio 2022 installation
95+
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -version [17.7,17.11) -property installationPath
96+
9197
- name: Enable Windows compiler commands
9298
if: matrix.os == 'windows'
9399
uses: ilammy/[email protected]

0 commit comments

Comments
 (0)