Skip to content

Commit 96d4567

Browse files
committed
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property catalog_productDisplayVersion
Signed-off-by: Anush008 <anushshetty90@gmail.com>
1 parent 6ddcd82 commit 96d4567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
runs-on: '${{ matrix.settings.host }}'
4343
steps:
4444
- uses: actions/checkout@v4
45+
- name: Print Visual Studio version
46+
run: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property catalog_productDisplayVersion
47+
if: matrix.settings.host == 'windows-latest'
48+
shell: cmd
4549
- name: Restore Builds
4650
id: cache-build-restore
4751
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)