From 90820faba4de689c23e5efe9139cf2ca353c9f16 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:12:30 +0200 Subject: [PATCH] ci: Setup Windows SDK 18362 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa4403e..760e7ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,10 @@ jobs: - uses: actions/checkout@v2 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 + - name: Setup Windows SDK + uses: fbactions/setup-winsdk@v1 + with: + winsdk-build-version: 18362 - name: Build all run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 bddisasm.sln - name: Build bddisasm and bdshemu for Win32