commit 1d32c3114fa3ebcd4219eba6ad7bb2a57b878511
parent f548f1475bee7d85629be4411e09d05836eba942
Author: Nick Mathewson <nickm@torproject.org>
Date: Fri, 5 Jun 2020 12:37:30 -0400
Merge branch 'maint-0.4.3'
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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: