mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
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:
@ -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'
|
||||
|
Reference in New Issue
Block a user