Use mirror for 7z and p7zip src deps

For some reason downloading from sourceforge fails a lot and makes CI unusable.
This commit is contained in:
Luis Ángel San Martín
2021-12-29 08:49:49 +01:00
parent 040883a107
commit c10f181054
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ jobs:
brew install node
brew link --overwrite node
npm install -g appdmg
wget "https://sourceforge.net/projects/p7zip/files/p7zip/16.02/p7zip_16.02_src_all.tar.bz2" -P $(Build.SourcesDirectory)/compressed_archive
wget "https://github.com/YACReader/yacreader-7z-deps/blob/main/p7zip_16.02_src_all.tar.bz2?raw=true" -P $(Build.SourcesDirectory)/compressed_archive
tar xjf $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02_src_all.tar.bz2 -C $(Build.SourcesDirectory)/compressed_archive
mv $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02 $(Build.SourcesDirectory)/compressed_archive/libp7zip
displayName: 'Install dependencies'