Skip to content

Commit

Permalink
use res2k setup-winsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Nov 13, 2024
1 parent ae8db55 commit 0bbf196
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/qt-msvc-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
arch: x64

- uses: res2k/setup-winsdk@support-sdk-26100 # TEMPORARY until upstream fbactions/setup-winsdk works w/ 26100
with:
winsdk-build-version: 26100
name: Install Windows 11 SDK 26100

- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/qt-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
arch: x64

- uses: res2k/setup-winsdk@support-sdk-26100 # TEMPORARY until upstream fbactions/setup-winsdk works w/ 26100
with:
winsdk-build-version: 26100
name: Install Windows 11 SDK 26100

- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand Down

0 comments on commit 0bbf196

Please sign in to comment.