Update OrangeFox-Testing.yml

This commit is contained in:
Carlo Dandan | Not a Developer
2022-10-31 14:16:41 +08:00
committed by GitHub
parent 263431959c
commit 60d7a156cc
+7
View File
@@ -77,6 +77,13 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
- name: Install Git-Repo
run: |
git config --global advice.detachedHead false
git clone https://android.googlesource.com/tools/repo -b v2.29 ~/bin
chmod a+x ~/bin/repo
sudo ln -sf ~/bin/repo /usr/bin/repo
- name: Set-up Manifest
run: |