mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fix macOS action
This commit is contained in:
parent
a480fc9d7c
commit
226154baa5
1 changed files with 2 additions and 0 deletions
|
@ -405,6 +405,8 @@ stage('patches', """
|
||||||
stage('depot_tools', """
|
stage('depot_tools', """
|
||||||
mac:
|
mac:
|
||||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
|
cd depot_tools
|
||||||
|
./update_depot_tools
|
||||||
""", 'ThirdParty')
|
""", 'ThirdParty')
|
||||||
|
|
||||||
if not mac or 'build-stackwalk' in options:
|
if not mac or 'build-stackwalk' in options:
|
||||||
|
|
Loading…
Add table
Reference in a new issue