mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +00:00
Wait for WDK install
This commit is contained in:
parent
45687cb862
commit
66af09fa78
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@ -26,20 +26,10 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
lfs: false
|
lfs: false
|
||||||
|
|
||||||
- name: Add msbuild to PATH
|
|
||||||
uses: microsoft/setup-msbuild@v1.1
|
|
||||||
with:
|
|
||||||
msbuild-architecture: x64
|
|
||||||
|
|
||||||
- name: Stup DevCmd
|
|
||||||
uses: ilammy/msvc-dev-cmd@v1.10.0
|
|
||||||
with:
|
|
||||||
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 /ceip off /features + /q
|
cmd /c start /wait wdksetup.exe /ceip off /quiet /features +
|
||||||
|
|
||||||
- name: Setup CMake
|
- name: Setup CMake
|
||||||
uses: lukka/get-cmake@latest
|
uses: lukka/get-cmake@latest
|
||||||
@ -50,6 +40,11 @@ jobs:
|
|||||||
- name: Set up problem matching
|
- name: Set up problem matching
|
||||||
uses: ammaraskar/msvc-problem-matcher@master
|
uses: ammaraskar/msvc-problem-matcher@master
|
||||||
|
|
||||||
|
- name: Stup DevCmd
|
||||||
|
uses: ilammy/msvc-dev-cmd@v1.10.0
|
||||||
|
with:
|
||||||
|
arch: x64
|
||||||
|
|
||||||
- name: Configure ${{matrix.configuration}}
|
- name: Configure ${{matrix.configuration}}
|
||||||
run: cmake --preset=${{matrix.configuration}} -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl
|
run: cmake --preset=${{matrix.configuration}} -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user