This commit is contained in:
Samuel Attard
2024-10-02 00:00:30 -07:00
parent 9075e2b20d
commit 2abbc4b28c

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 $(e show depotdir)/../../.electron_build_tools
cd $(cygpath -u "$(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({})"