summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-05 12:37:29 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-05 12:37:29 -0400
commit754d4e9a17b216c8b3bf5f4ded47d0fd6d1634fa (patch)
tree4b13f07d29f5a683e7db0c3bc4d57d4b0a25167e
parent6b05d447bb5ee8512b33ed2f78223e02c6455096 (diff)
parent1930828957c9caeeeec165c9068f5898d092f268 (diff)
downloadtor-754d4e9a17b216c8b3bf5f4ded47d0fd6d1634fa.tar.gz
tor-754d4e9a17b216c8b3bf5f4ded47d0fd6d1634fa.zip
Merge branch 'maint-0.4.2' into maint-0.4.3
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index dbe52d9ea4..461eacb4a9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -65,6 +65,8 @@ install:
# All installed library dlls must be copied to the test and app
# directories, before running tor's tests. (See below.)
#>
+ Execute-Command "C:\msys64\usr\bin\pacman" -Syu --verbose --noconfirm pacman ;
+- ps: >-
Execute-Command "C:\msys64\usr\bin\pacman" -Sy --verbose --needed --noconfirm ${env:mingw_prefix}-libevent ${env:mingw_prefix}-openssl ${env:mingw_prefix}-pkg-config ${env:mingw_prefix}-xz ${env:mingw_prefix}-zstd ;
build_script: