This action downloads and installs a specific version of the Windows 10 SDK.
winsdk-build-version
The 5-digit version (build) of the SDK (10.0.xxxxx.0
) to install. Examples:
17763
, 18362
, 19041
. Default 18362
.
steps:
- uses: actions/checkout@v4
- uses: fbactions/setup-winsdk@v2
with:
winsdk-build-version: 19041
Big thanks to Richard Murillo who is the original author of the excellent
PowerShell Windows SDK install script in the externals
directory. While the
script can be found in many repositories on GitHub, the earliest reference to
it was traced back to PR 2200 in the WindowsCommunityToolkit project.
The scripts and documentation in this project are released under the MIT License