Skip to content

Commit 9930d7a

Browse files
authored
Update android.yml
1 parent 9465e25 commit 9930d7a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
fetch-depth: 1
2121

22-
- name: Setup Python
23-
uses: actions/setup-python@v6.2.0
24-
with:
25-
python-version: '3'
26-
2722
- name: Cache depot_tools
2823
id: cache-depot-tools
2924
uses: actions/cache@main
@@ -41,6 +36,7 @@ jobs:
4136
if: steps.cache-depot-tools.outputs.cache-hit != 'true'
4237
shell: bash
4338
run: |
39+
sudo rm -rf /usr/local/lib/android/sdk
4440
git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
4541
4642
- name: Run gclient sync

0 commit comments

Comments
 (0)