diff options
author | teor <teor@torproject.org> | 2018-09-05 21:23:28 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-09-05 21:23:28 +1000 |
commit | d6779a9013f2a4ca3073a5282323513606e36d20 (patch) | |
tree | 8304e8ef924ac7215662ed280603fcc6a2395873 /.appveyor.yml | |
parent | 0ea622aa3a678f19759a42e9521a259ef4bcf5a4 (diff) | |
download | tor-d6779a9013f2a4ca3073a5282323513606e36d20.tar.gz tor-d6779a9013f2a4ca3073a5282323513606e36d20.zip |
Stop reinstalling identical packages in our Windows CI
Fixes bug 27464; bugfix on 0.3.4.1-alpha.
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 d1d8d7c45b..bf51727fe6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,7 +26,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: >-
|