ci: Setup Windows SDK 18362

pull/54/head
Anichitei Ionel-Cristinel 2 years ago committed by GitHub
parent f0804645f3
commit 90820faba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save