We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2131c commit d5e890aCopy full SHA for d5e890a
1 file changed
.github/workflows/cmake.yaml
@@ -20,6 +20,12 @@ jobs:
20
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
21
vcpkgTriplet: '${{ matrix.platform }}-windows'
22
23
+ - name: Setup Visual Studio Environment Variables
24
+ shell: pwsh
25
+ run: |
26
+ $vsPath = & "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -latest -products * -property installationPath
27
+ echo "VSINSTALLDIR=$vsPath" | Out-File -FilePath $env:GITHUB_ENV -Append
28
+
29
- name: Configure CMake
30
shell: pwsh
31
run: |
0 commit comments