mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: fix path
This commit is contained in:
committed by
Shelley Vohr
parent
3d8e477522
commit
d22bd05d68
5
.github/workflows/mac-build.yml
vendored
5
.github/workflows/mac-build.yml
vendored
@@ -34,11 +34,14 @@ jobs:
|
||||
# Ensure depot_tools does not update.
|
||||
test -d depot_tools && cd depot_tools
|
||||
touch .disable_auto_update
|
||||
- run: echo 'export PATH="$PATH:'"$PWD"'/depot_tools"' >> $GITHUB_PATH
|
||||
- run: echo "$PWD/depot_tools" >> $GITHUB_PATH
|
||||
# - run: echo 'export PATH="$PATH:'"$PWD"'/depot_tools"' >> $GITHUB_ENV
|
||||
- run: echo "$PATH"
|
||||
# step-gclient-sync, L287
|
||||
- name: Gclient Sync
|
||||
run: |
|
||||
# If we did not restore a complete sync then we need to sync for realz
|
||||
echo "$PATH second"
|
||||
if [ ! -s "src/electron/.circle-sync-done" ]; then
|
||||
gclient config \
|
||||
--name "src/electron" \
|
||||
|
||||
Reference in New Issue
Block a user