mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Override node
This commit is contained in:
@ -34,6 +34,7 @@ jobs:
|
|||||||
brew install create-dmg
|
brew install create-dmg
|
||||||
brew install clang-format
|
brew install clang-format
|
||||||
brew install node
|
brew install node
|
||||||
|
brew link --overwrite node
|
||||||
npm install -g appdmg
|
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://sourceforge.net/projects/p7zip/files/p7zip/16.02/p7zip_16.02_src_all.tar.bz2" -P $(Build.SourcesDirectory)/compressed_archive
|
||||||
tar xjf $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02_src_all.tar.bz2 -C $(Build.SourcesDirectory)/compressed_archive
|
tar xjf $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02_src_all.tar.bz2 -C $(Build.SourcesDirectory)/compressed_archive
|
||||||
|
Reference in New Issue
Block a user