Update OrangeFox-Testing.yml
This commit is contained in:
committed by
GitHub
parent
263431959c
commit
60d7a156cc
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user