mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +00:00
Better downloading
This commit is contained in:
parent
19d23903e5
commit
2c66683683
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -32,12 +32,7 @@ jobs:
|
|||||||
msbuild-architecture: x64
|
msbuild-architecture: x64
|
||||||
|
|
||||||
- name: Download WDK
|
- name: Download WDK
|
||||||
uses: suisei-cn/actions-download-file@v1
|
run: curl -L --output wdksetup.exe https://go.microsoft.com/fwlink/?linkid=2166289
|
||||||
id: downloadfile
|
|
||||||
with:
|
|
||||||
url: "https://go.microsoft.com/fwlink/?linkid=2166289"
|
|
||||||
target: ./
|
|
||||||
filename: wdksetup.exe
|
|
||||||
|
|
||||||
- name: Install WDK
|
- name: Install WDK
|
||||||
run: wdksetup.exe /features + /q
|
run: wdksetup.exe /features + /q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user