Update OrangeFox-OFRP.yml

This commit is contained in:
ragebreaker 2024-08-16 07:06:50 +05:30 committed by GitHub
parent e4fce2c987
commit 2b0e764a33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,15 +81,7 @@ jobs:
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git clone https://gitlab.com/OrangeFox/sync.git -b master
cd sync
./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
with:
path: ~/.ccache
key: ccache-${{ runner.os }}-${{ github.sha }}
restore-keys: |
ccache-${{ runner.os }}-
./orangefox_sync.sh --branch ${{ inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ inputs.MANIFEST_BRANCH }}
- name: Clone Device Tree
run: |