We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf44b9 commit e9879caCopy full SHA for e9879ca
.github/workflows/build.yml
@@ -36,10 +36,14 @@ jobs:
36
libfontconfig-dev libgl1-mesa-dev
37
fi
38
- 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
44
env:
45
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
46
run: |
- git clone 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
47
echo "::add-path::${PWD}/depot_tools"
48
- name: Sync Deps
49
0 commit comments