We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddcd82 commit 3cafffbCopy full SHA for 3cafffb
.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" -latest -format json | ConvertFrom-Json | Select-Object -ExpandProperty catalog | Select-Object -ExpandProperty 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