Skip to content

Commit

Permalink
Remove unnecessary action
Browse files Browse the repository at this point in the history
Device dependency (device/qcom/twrp-common) is already in .repo/manifests/twrp-default.xml
  • Loading branch information
polygraphene authored Oct 11, 2024
1 parent 5e313ec commit f13b0dd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,13 @@ jobs:
if_true: twrp
if_false: omni

- name: Sync Device Dependencies
run: |
bash ${GITHUB_WORKSPACE}/scripts/convert.sh ${{ github.event.inputs.DEVICE_PATH }}/${{ steps.buildtree.outputs.value }}.dependencies
repo sync -j$(nproc --all)
working-directory: ${{ steps.pwd.outputs.workspace-folder }}
continue-on-error: true
# Not needed for my device. The dependencie (device/qcom/twrp-common) is already in .repo/manifests/twrp-default.xml
# - name: Sync Device Dependencies
# run: |
# bash ${GITHUB_WORKSPACE}/scripts/convert.sh ${{ github.event.inputs.DEVICE_PATH }}/${{ steps.buildtree.outputs.value }}.dependencies
# repo sync -j$(nproc --all)
# working-directory: ${{ steps.pwd.outputs.workspace-folder }}
# continue-on-error: true

- name: Set Swap Space
uses: pierotofy/set-swap-space@master
Expand Down

0 comments on commit f13b0dd

Please sign in to comment.