fix: git clone cmd

This commit is contained in:
Lucaskyy 2022-06-15 21:03:26 +02:00
parent 9b638dedce
commit cb312e6ce3
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89
1 changed files with 3 additions and 6 deletions

View File

@ -33,12 +33,9 @@ jobs:
git apply ../termux/*.patch
- name: Clone AOSP base repository
uses: actions/checkout@v3
with:
repository: termux/termux-packages
path: termux-packages/packages/aapt/base
ref: android-12.0.0_r27
fetch-depth: 1
run: |
cd termux-packages/packages/aapt
git clone --depth 1 --single-branch --branch android-12.0.0_r27 https://android.googlesource.com/platform/frameworks/base
- name: Add aapt2 patches
run: cp *.patch termux-packages/packages/aapt