We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae892ad commit 15b3103Copy full SHA for 15b3103
.appveyor.yml
@@ -17,6 +17,7 @@ install:
17
- cmd: pip install --quiet git+https://github.com/frerich/[email protected]
18
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
19
# - cmd: pip install zmq
20
+- cmd: vcpkg remove --outdated --recurse
21
- cmd: vcpkg install --triplet %PLATFORM%-windows-static %PACKAGES% > NUL
22
- cmd: del /s /q C:\Tools\vcpkg\installed\%PLATFORM%-windows-static\debug # Remove unused debug library
23
before_build:
0 commit comments