mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
try to install node from brew
not sure if this will override the current installation of node
This commit is contained in:
parent
30c5b0d904
commit
be83690d52
@ -33,6 +33,7 @@ jobs:
|
||||
brew link qt --force
|
||||
brew install create-dmg
|
||||
brew install clang-format
|
||||
brew install 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
|
||||
tar xjf $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02_src_all.tar.bz2 -C $(Build.SourcesDirectory)/compressed_archive
|
||||
|
Loading…
Reference in New Issue
Block a user