Skip to content

Commit

Permalink
Update OrangeFox-Recovery-Builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinguser981 authored Oct 21, 2024
1 parent 90d71f0 commit 4549d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OrangeFox-Recovery-Builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
cd tools
mv -n libneeds ${{ env.FILE_PATH }}/recovery/root/
mv -n ldcheck ${{ env.FILE_PATH }}/recovery/root/
cd ..${{ env.FILE_PATH }}/recovery/root/
cd ${{ env.FILE_PATH }}/recovery/root/
python3 ldcheck -p system/lib64:vendor/lib64:system/lib:vendor/lib -d ${{ github.event.inputs.LDCHECK }}
echo "Done checking missing dependencies. Review, and reconfigure your tree."
continue-on-error: true

0 comments on commit 4549d77

Please sign in to comment.