https://github.com/fbactions/setup-winsdk
Sets up a specific version of the Windows 10 SDK
https://github.com/fbactions/setup-winsdk
github-actions sdk windows-10 windows-sdk
Last synced: 6 months ago
JSON representation
Sets up a specific version of the Windows 10 SDK
- Host: GitHub
- URL: https://github.com/fbactions/setup-winsdk
- Owner: fbactions
- License: mit
- Created: 2020-06-06T06:31:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T11:39:01.000Z (over 1 year ago)
- Last Synced: 2025-06-30T11:54:53.259Z (6 months ago)
- Topics: github-actions, sdk, windows-10, windows-sdk
- Language: JavaScript
- Homepage:
- Size: 657 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-winsdk
[![ci][1]][2]
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
```yaml
steps:
- uses: actions/checkout@v4
- uses: fbactions/setup-winsdk@v2
with:
winsdk-build-version: 19041
```
## Credits
Big thanks to [Richard Murillo][3] 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][4] in the [WindowsCommunityToolkit][5] project.
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)
[1]: https://github.com/fbactions/setup-winsdk/workflows/ci/badge.svg
[2]: https://github.com/fbactions/setup-winsdk/actions
[3]: https://github.com/rjmurillo
[4]: https://github.com/windows-toolkit/WindowsCommunityToolkit/pull/2220
[5]: https://github.com/windows-toolkit/WindowsCommunityToolkit/