From 857281532ce4cea31f1512b89b979c1c0c1060a1 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 7 May 2022 17:10:10 +0200 Subject: [PATCH] Try installing WDK --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 064c2ca..7bce6c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,16 @@ jobs: with: 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: ./ + + - name: Install WDK + run: wdksetup.exe /features + /q + - name: Setup CMake uses: lukka/get-cmake@latest