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