Skip to content

Commit e9879ca

Browse files
committed
Update depot_tools
Getting the following error: python3_bin_reldir.txt not found. need to initialize depot_tools by running gclient or update_depot_tools
1 parent bbf44b9 commit e9879ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ jobs:
3636
libfontconfig-dev libgl1-mesa-dev
3737
fi
3838
- name: Download depot_tools
39+
shell: bash
40+
run: |
41+
git clone 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
42+
cd depot_tools && ./update_depot_tools
43+
- name: Add depot_tools path
3944
env:
4045
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
4146
run: |
42-
git clone 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
4347
echo "::add-path::${PWD}/depot_tools"
4448
- name: Sync Deps
4549
env:

0 commit comments

Comments
 (0)