mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-22 14:08:08 +00:00
ci: Setup Windows SDK 18362
This commit is contained in:
parent
f0804645f3
commit
90820faba4
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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…
Reference in New Issue
Block a user