Skip to content

Commit 15b3103

Browse files
committed
appveyor: Remove outdated libraries
1 parent ae892ad commit 15b3103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install:
1717
- cmd: pip install --quiet git+https://github.com/frerich/[email protected]
1818
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
1919
# - cmd: pip install zmq
20+
- cmd: vcpkg remove --outdated --recurse
2021
- cmd: vcpkg install --triplet %PLATFORM%-windows-static %PACKAGES% > NUL
2122
- cmd: del /s /q C:\Tools\vcpkg\installed\%PLATFORM%-windows-static\debug # Remove unused debug library
2223
before_build:

0 commit comments

Comments
 (0)