This action installs the specified version of the Windows SDK.
Required The build number of the Windows SDK to install.
name: Example Workflow
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install Windows SDK
uses: Lamparter/Install-WindowsSdk@latest
with:
buildNumber: '19041'