From 2c666836833aa865d136a5625abd8c9a53c3f1bc Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 7 May 2022 17:17:48 +0200 Subject: [PATCH] Better downloading --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index daa4078..c21c6e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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