Better downloading

This commit is contained in:
momo5502 2022-05-07 17:17:48 +02:00
parent 19d23903e5
commit 2c66683683

View File

@ -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