diff options
author | teor <teor@torproject.org> | 2019-11-11 14:19:39 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-11 14:19:39 +1000 |
commit | 29940511e3c431a2c62a3844c6b12a039eaed521 (patch) | |
tree | 5ccc6b6a8991523bf82c81f193ec2a2d77812e10 /.appveyor.yml | |
parent | 03e77ef036e41486b8bfe138d11790c928f49f35 (diff) | |
parent | 2abff832ddccbd8c32778cf4dba73729666b83d9 (diff) | |
download | tor-29940511e3c431a2c62a3844c6b12a039eaed521.tar.gz tor-29940511e3c431a2c62a3844c6b12a039eaed521.zip |
Merge branch 'maint-0.3.5' into maint-0.4.0
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 296678990f..7e08602fe3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -62,7 +62,7 @@ install: # # Use pacman --debug to show package downloads and install locations #> - Execute-Command "C:\msys64\usr\bin\pacman" -Sy --verbose --needed --noconfirm ${env:mingw_prefix}-libevent ${env:mingw_prefix}-pkg-config ${env:mingw_prefix}-xz ${env:mingw_prefix}-zstd ; + 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: - ps: >- |