mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-08-31 05:57:27 +00:00
Fix install
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- name: Install WDK
|
- name: Install WDK
|
||||||
run: |
|
run: |
|
||||||
curl -L --output wdksetup.exe https://go.microsoft.com/fwlink/?linkid=2166289
|
curl -L --output wdksetup.exe https://go.microsoft.com/fwlink/?linkid=2166289
|
||||||
wdksetup.exe /features + /q
|
.\wdksetup.exe /features + /q
|
||||||
|
|
||||||
- name: Setup CMake
|
- name: Setup CMake
|
||||||
uses: lukka/get-cmake@latest
|
uses: lukka/get-cmake@latest
|
||||||
|
Reference in New Issue
Block a user