We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddcd82 commit 96d4567Copy full SHA for 96d4567
.github/workflows/CI.yml
@@ -42,6 +42,10 @@ jobs:
42
runs-on: '${{ matrix.settings.host }}'
43
steps:
44
- 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
49
- name: Restore Builds
50
id: cache-build-restore
51
uses: actions/cache/restore@v4
0 commit comments