From edad4b961faf7b3d335e959de2bf7175e5600b78 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Sun, 27 Oct 2019 00:01:53 +0200 Subject: [PATCH] appveyor: wdk workaround not needed anymore --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7accb19..31e3b38 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ install: - git submodule update --init --recursive # BUGFIX: wdf directory was renamed to 00wdf, rename it back (see github.com/appveyor/ci/issues/414) - - ps: ren 'C:\Program Files (x86)\Windows Kits\10\include\00wdf' 'wdf' + #- ps: ren 'C:\Program Files (x86)\Windows Kits\10\include\00wdf' 'wdf' - choco install swig - python -m pip install --upgrade pip