Skip to content

Commit

Permalink
Check if dependencies file exists
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainThrowback committed Nov 29, 2023
1 parent a59c387 commit 8eec64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ jobs:
if_false: omni

- name: Sync Device Dependencies
if: ${{ hashFiles("${{ github.event.inputs.DEVICE_PATH/steps.buildtree.outputs.value }}.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 8eec64b

Please sign in to comment.