mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42: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:
|
with:
|
||||||
msbuild-architecture: x64
|
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
|
- name: Setup CMake
|
||||||
uses: lukka/get-cmake@latest
|
uses: lukka/get-cmake@latest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user