build: update_depot_tools on initial install (#47160)

this ensures that python is setup for proper use from depot_tools
This commit is contained in:
John Kleinschmidt 2025-05-20 10:40:48 -04:00 committed by GitHub
commit a19198d784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ runs:
fi
export BUILD_TOOLS_SHA=6e8526315ea3b4828882497e532b8340e64e053c
npm i -g @electron/build-tools
e d update_depot_tools
e auto-update disable
e d auto-update disable
if [ "$(expr substr $(uname -s) 1 10)" == "MSYS_NT-10" ]; then