Fix dokan installation on appveyor CI

This commit is contained in:
Sebastian Messmer 2018-11-21 21:44:44 -08:00
parent a99b806a1a
commit 77c2a6ff68
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ init:
- echo %generator%
install:
- choco install -y dokany --installargs ADDLOCAL=DokanDevFeature,DokanLibBFeature,DokanPDBFeature
- choco install -y dokany --version 1.1.0.2000 --installargs INSTALLDEVFILES=1
- cmake --version
build_script: