chore: workaround upstream electron-build-tools bug (#13697)

Pin to commit to avoid regression referenced in
https://github.com/electron/build-tools/issues/367
This commit is contained in:
Ross Wollman 2022-04-21 23:30:01 -07:00 committed by GitHub
parent 3d4caab153
commit 6fee738d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@ fi
if [[ ! -d ./electron-build-tools ]]; then
git clone --single-branch --branch main https://github.com/electron/build-tools/ electron-build-tools
cd electron-build-tools
git checkout 926e1a2f2926b9a7663ae865c3bd9a1b1d366393
npm install
mkdir -p third_party
./src/e update-goma msftGoma
@ -91,4 +92,3 @@ else
echo "Use --help to list all available commands"
exit 1
fi