Update OrangeFox-OFRP.yml

This commit is contained in:
ragebreaker 2024-08-16 07:00:37 +05:30 committed by GitHub
parent 6880a172a7
commit bc9dc418af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,15 +68,15 @@ jobs:
cd scripts
sudo bash setup/android_build_env.sh
- name: Set-up Manifest
- name: Set-up Manifest # For github workspace use single {}
run: |
mkdir -p OrangeFox
cd OrangeFox
mkdir -p ${GITHUB_WORKSPACE}/OrangeFox
cd ${GITHUB_WORKSPACE}/OrangeFox
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git clone https://gitlab.com/OrangeFox/sync.git
git clone https://gitlab.com/OrangeFox/sync.git -b master
cd sync
./orangefox_sync.sh --branch ${{ inputs.MANIFEST_BRANCH }} --path ${{ env.ORANGEFOX_ROOT }}
./orangefox_sync.sh --branch ${{ github.event.inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
- name: Cache ccache
uses: actions/cache@v3