appveyor: wdk workaround not needed anymore

This commit is contained in:
Frank Morgner
2019-10-27 00:01:53 +02:00
parent 773a440b4a
commit edad4b961f

View File

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