mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +00:00
Setup devcmd
This commit is contained in:
parent
1c8907af3f
commit
fbc0a1ac55
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -26,15 +26,15 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
lfs: false
|
lfs: false
|
||||||
|
|
||||||
- name: Add msbuild to PATH
|
- name: setup devcmd
|
||||||
uses: microsoft/setup-msbuild@v1.1
|
uses: ilammy/msvc-dev-cmd@v1.3.0
|
||||||
with:
|
with:
|
||||||
msbuild-architecture: x64
|
arch: x64
|
||||||
|
|
||||||
- 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 /ceip off /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