diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-05 12:37:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-05 12:37:30 -0400 |
commit | 1d32c3114fa3ebcd4219eba6ad7bb2a57b878511 (patch) | |
tree | a45c21d5219e5cbe7962bc372ef8e3dc2ffb9099 | |
parent | f548f1475bee7d85629be4411e09d05836eba942 (diff) | |
parent | 754d4e9a17b216c8b3bf5f4ded47d0fd6d1634fa (diff) | |
download | tor-1d32c3114fa3ebcd4219eba6ad7bb2a57b878511.tar.gz tor-1d32c3114fa3ebcd4219eba6ad7bb2a57b878511.zip |
Merge branch 'maint-0.4.3'
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index fefc7d05e7..02241c0a5a 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: |