mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 05:32:55 +00:00
Try installing WDK
This commit is contained in:
parent
c6c8114db1
commit
857281532c
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -31,6 +31,16 @@ jobs:
|
||||
with:
|
||||
msbuild-architecture: x64
|
||||
|
||||
- name: Download WDK
|
||||
uses: suisei-cn/actions-download-file@v1
|
||||
id: downloadfile
|
||||
with:
|
||||
url: "https://go.microsoft.com/fwlink/?linkid=2166289"
|
||||
target: ./
|
||||
|
||||
- name: Install WDK
|
||||
run: wdksetup.exe /features + /q
|
||||
|
||||
- name: Setup CMake
|
||||
uses: lukka/get-cmake@latest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user