Skip to content

Commit 3f642b3

Browse files
Copilottrask
andcommitted
Remove 3rd party Windows SDK action and use built-in tools
Co-authored-by: trask <[email protected]>
1 parent 0c14332 commit 3f642b3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,7 @@ jobs:
106106
- name: Add MSBuild to PATH
107107
uses: microsoft/setup-msbuild@v2
108108

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
109+
- name: Setup Visual Studio and Windows SDK environment
115110
shell: cmd
116111
run: |
117112
"%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

Comments
 (0)