chore: fixup reclient read only access on forks (#44280)

This commit is contained in:
John Kleinschmidt
2024-10-17 11:17:54 -04:00
committed by GitHub
parent 44c398fedb
commit 9280add5b4
5 changed files with 6 additions and 19 deletions

View File

@@ -75,7 +75,7 @@ jobs:
uses: ./src/electron/.github/actions/install-build-tools
- name: Init Build Tools
run: |
e init -f --root=$(pwd) --out=Default ${{ inputs.gn-build-type }} --import ${{ inputs.gn-build-type }} --target-cpu ${{ inputs.target-arch }} --only-sdk
e init -f --root=$(pwd) --out=Default ${{ inputs.gn-build-type }} --import ${{ inputs.gn-build-type }} --target-cpu ${{ inputs.target-arch }}
- name: Get Depot Tools
timeout-minutes: 5
run: |