This commit is contained in:
Samuel Attard
2024-10-01 21:33:36 -07:00
parent 960541743b
commit d2fca2bbf7
2 changed files with 3 additions and 1 deletions

View File

@@ -142,6 +142,8 @@ jobs:
issues: read
pull-requests: read
uses: ./.github/workflows/pipeline-electron-build-and-test.yml
needs: setup
if: ${{ needs.setup.outputs.src == 'true' && !inputs.skip-windows }}
with:
build-runs-on: electron-arc-windows-amd64-16core
check-runs-on: electron-arc-windows-amd64-16core

View File

@@ -192,7 +192,7 @@ jobs:
- name: Install build-tools & Setup RBE
run: |
echo "NUMBER_OF_NINJA_PROCESSES=${{ inputs.target-platform != 'macos' && '300' || '200' }}" >> $GITHUB_ENV
cd $HOME/.electron_build_tools
cd $(e show depotdir)/../../.electron_build_tools
npx yarn --ignore-engines
# Pull down credential helper and print status
node -e "require('./src/utils/reclient.js').downloadAndPrepare({})"