Update OrangeFox-OFRP.yml
This commit is contained in:
parent
6880a172a7
commit
bc9dc418af
10
.github/workflows/OrangeFox-OFRP.yml
vendored
10
.github/workflows/OrangeFox-OFRP.yml
vendored
@ -68,15 +68,15 @@ jobs:
|
|||||||
cd scripts
|
cd scripts
|
||||||
sudo bash setup/android_build_env.sh
|
sudo bash setup/android_build_env.sh
|
||||||
|
|
||||||
- name: Set-up Manifest
|
- name: Set-up Manifest # For github workspace use single {}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p OrangeFox
|
mkdir -p ${GITHUB_WORKSPACE}/OrangeFox
|
||||||
cd OrangeFox
|
cd ${GITHUB_WORKSPACE}/OrangeFox
|
||||||
git config --global user.name "${{ github.actor }}"
|
git config --global user.name "${{ github.actor }}"
|
||||||
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
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
|
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
|
- name: Cache ccache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user