From 2ff6e7e042f1721604b371379358c71277a065f3 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:22:33 -0500 Subject: [PATCH] build: use spawn instead of spawnSync for build (#49826) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt --- .github/actions/install-build-tools/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-build-tools/action.yml b/.github/actions/install-build-tools/action.yml index 4b9ae7d820..0c1afbf0b9 100644 --- a/.github/actions/install-build-tools/action.yml +++ b/.github/actions/install-build-tools/action.yml @@ -15,7 +15,7 @@ runs: git config --global core.preloadindex true git config --global core.longpaths true fi - export BUILD_TOOLS_SHA=4430e4a505e0f4fa2a41b707a10a36f780bbdd26 + export BUILD_TOOLS_SHA=a0cc95a1884a631559bcca0c948465b725d9295a npm i -g @electron/build-tools # Update depot_tools to ensure python e d update_depot_tools