diff options
| author | Chun Kuan Lee <[email protected]> | 2019-02-12 05:42:44 +0800 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2019-02-12 05:45:53 +0800 |
| commit | 15b31032a67f09e54b3d40a9a0b19718a6440758 (patch) | |
| tree | 317a2bd16af7a0002141591ab95047f8c14bbc9c | |
| parent | tests: accept unicode characters on Windows (diff) | |
| download | discoin-15b31032a67f09e54b3d40a9a0b19718a6440758.tar.xz discoin-15b31032a67f09e54b3d40a9a0b19718a6440758.zip | |
appveyor: Remove outdated libraries
| -rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 08132edb7..31c3aba8c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,6 +17,7 @@ install: - cmd: pip install --quiet git+https://github.com/frerich/[email protected] # Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes. # - cmd: pip install zmq +- cmd: vcpkg remove --outdated --recurse - cmd: vcpkg install --triplet %PLATFORM%-windows-static %PACKAGES% > NUL - cmd: del /s /q C:\Tools\vcpkg\installed\%PLATFORM%-windows-static\debug # Remove unused debug library before_build: |