diff --git a/.github/actions/install-build-tools/action.yml b/.github/actions/install-build-tools/action.yml index 0c1afbf0b9..6e701c2e31 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=a0cc95a1884a631559bcca0c948465b725d9295a + export BUILD_TOOLS_SHA=1b7bd25dae4a780bb3170fff56c9327b53aaf7eb npm i -g @electron/build-tools # Update depot_tools to ensure python e d update_depot_tools @@ -29,4 +29,4 @@ runs: else echo "$HOME/.electron_build_tools/third_party/depot_tools" >> $GITHUB_PATH echo "$HOME/.electron_build_tools/third_party/depot_tools/python-bin" >> $GITHUB_PATH - fi \ No newline at end of file + fi