We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c14332 commit 3f642b3Copy full SHA for 3f642b3
.github/workflows/build-common.yml
@@ -106,12 +106,7 @@ jobs:
106
- name: Add MSBuild to PATH
107
uses: microsoft/setup-msbuild@v2
108
109
- - name: Setup Windows 10 SDK
110
- uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
111
- with:
112
- sdk-version: 22621
113
-
114
- - name: Setup Visual Studio environment
+ - name: Setup Visual Studio and Windows SDK environment
115
shell: cmd
116
run: |
117
"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath > vs.txt
0 commit comments