Skip to content

Commit

Permalink
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe…
Browse files Browse the repository at this point in the history
…" -property catalog_productDisplayVersion

Signed-off-by: Anush008 <[email protected]>
  • Loading branch information
Anush008 committed Nov 17, 2024
1 parent 6ddcd82 commit 96d4567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
runs-on: '${{ matrix.settings.host }}'
steps:
- uses: actions/checkout@v4
- name: Print Visual Studio version
run: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property catalog_productDisplayVersion
if: matrix.settings.host == 'windows-latest'
shell: cmd
- name: Restore Builds
id: cache-build-restore
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 96d4567

Please sign in to comment.