File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 4444 - name : Add Clang problem matcher
4545 shell : bash
4646 run : echo "::add-matcher::src/electron/.github/problem-matchers/clang.json"
47- - name : Setup Siso for fork pull requests
48- if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
49- shell : bash
50- run : |
51- # Use Local Execution, Remote Caching (LERC). Checks the remote cache for action
52- # matches and uses existing results if a match is found. If not, execution of the
53- # action is performed locally.
54- echo "RBE_exec_strategy=local" >> $GITHUB_ENV
5547 - name : Build Electron ${{ inputs.step-suffix }}
5648 shell : bash
5749 run : |
Original file line number Diff line number Diff line change 1515 git config --global core.preloadindex true
1616 git config --global core.longpaths true
1717 fi
18- export BUILD_TOOLS_SHA=8559e5d325d61f195a255f41077ffc9e5b70b0e5
18+ export BUILD_TOOLS_SHA=c13f4bdb50e65da46a4703f8f882079dd21fd99e
1919 npm i -g @electron/build-tools
2020 # Update depot_tools to ensure python
2121 e d update_depot_tools
You can’t perform that action at this time.
0 commit comments