Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪟 Install Windows SDK Action

A simple action to install the Windows SDK.


This action installs the specified version of the Windows SDK.

🔤 Inputs

buildNumber

Required The build number of the Windows SDK to install.

⚡ Example Usage

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'

About

A simple action to install the Windows SDK.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages