setup-winsdk

Sets up a specific version of the Windows 10 SDK

MIT License

Stars
12
Committers
2

setup-winsdk

This action downloads and installs a specific version of the Windows 10 SDK.

Inputs

Optional

winsdk-build-version

The 5-digit version (build) of the SDK (10.0.xxxxx.0) to install. Examples: 17763, 18362, 19041. Default 18362.

Example usage

steps:
  - uses: actions/checkout@v4
  - uses: fbactions/setup-winsdk@v2
    with:
      winsdk-build-version: 19041

Credits

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.

License

The scripts and documentation in this project are released under the MIT License

Package Rankings
Top 10.42% on Github actions
Badges
Extracted from project README
ci
Related Projects