We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9465e25 commit 9930d7aCopy full SHA for 9930d7a
1 file changed
.github/workflows/android.yml
@@ -19,11 +19,6 @@ jobs:
19
with:
20
fetch-depth: 1
21
22
- - name: Setup Python
23
- uses: actions/setup-python@v6.2.0
24
- with:
25
- python-version: '3'
26
-
27
- name: Cache depot_tools
28
id: cache-depot-tools
29
uses: actions/cache@main
@@ -41,6 +36,7 @@ jobs:
41
36
if: steps.cache-depot-tools.outputs.cache-hit != 'true'
42
37
shell: bash
43
38
run: |
39
+ sudo rm -rf /usr/local/lib/android/sdk
44
40
git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
45
46
- name: Run gclient sync
0 commit comments