From 01b9ebd75eddcfc6dae1dc3fe57cf6cdd2791389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Fri, 24 Jun 2022 12:06:48 +0200 Subject: [PATCH] Updated WDK in appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b1b3874..2452e54 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,8 @@ platform: configuration: - Release install: +- ps: iwr "https://download.microsoft.com/download/7/1/9/719a29d3-bf8c-49eb-b9bd-9bde8d17e142/wdk/wdksetup.exe" -OutFile wdksetup.exe +- cmd: .\wdksetup.exe /features + /q /norestart - cmd: git submodule -q update --init - cmd: git clone -q https://github.com/microsoft/DMF.git C:\projects\DMF before_build: