Skip to content

Commit fea1826

Browse files
committed
wip: fix thing perchance
1 parent 9a75b62 commit fea1826

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
- name: Checkout
7575
uses: actions/checkout@v4
7676
with: { fetch-depth: 0 }
77+
- name: Setup Windows SDK
78+
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2.4
79+
with:
80+
sdk-version: 18362
7781
- name: Setup MSBuild
7882
uses: microsoft/setup-msbuild@v2
7983
- name: Build

0 commit comments

Comments
 (0)