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
|
||||
|
||||
- name: Download WDK
|
||||
uses: suisei-cn/actions-download-file@v1
|
||||
id: downloadfile
|
||||
with:
|
||||
url: "https://go.microsoft.com/fwlink/?linkid=2166289"
|
||||
target: ./
|
||||
filename: wdksetup.exe
|
||||
run: curl -L --output wdksetup.exe https://go.microsoft.com/fwlink/?linkid=2166289
|
||||
|
||||
- name: Install WDK
|
||||
run: wdksetup.exe /features + /q
|
||||
|
Loading…
x
Reference in New Issue
Block a user