build: fix path

This commit is contained in:
Keeley Hammond
2023-12-01 10:59:44 -08:00
committed by Shelley Vohr
parent 3d8e477522
commit d22bd05d68

View File

@@ -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" \