diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-12 08:17:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-12 08:17:42 -0400 |
commit | 73ba308d3d568eac81da358c4df29fda3f32e921 (patch) | |
tree | d0c2c87286adab5814ddb6040ace86999199bad7 /.appveyor.yml | |
parent | affbe376f9a15c7c839287b8127d3bd9ac2eab02 (diff) | |
parent | d6779a9013f2a4ca3073a5282323513606e36d20 (diff) | |
download | tor-73ba308d3d568eac81da358c4df29fda3f32e921.tar.gz tor-73ba308d3d568eac81da358c4df29fda3f32e921.zip |
Merge remote-tracking branch 'teor/bug27464-034' into maint-0.3.4
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 cb8446f430..768c540e5c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,7 +28,7 @@ install: {
Execute-Command 'c:\msys64\usr\bin\bash' '-e' '-c' $args
}
- Execute-Command "C:\msys64\usr\bin\pacman" -Sy --noconfirm openssl-devel openssl libevent-devel libevent mingw-w64-i686-libevent mingw-w64-x86_64-libevent mingw-w64-i686-openssl mingw-w64-x86_64-openssl mingw-w64-i686-zstd mingw-w64-x86_64-zstd
+ Execute-Command "C:\msys64\usr\bin\pacman" -Sy --needed --noconfirm openssl-devel openssl libevent-devel libevent mingw-w64-i686-libevent mingw-w64-x86_64-libevent mingw-w64-i686-openssl mingw-w64-x86_64-openssl mingw-w64-i686-zstd mingw-w64-x86_64-zstd
build_script:
- ps: >-
|