Skip to content

Commit

Permalink
tree -L 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseos authored May 23, 2024
1 parent 2e9297c commit 55c85ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:

- name: Move repository files
run: |
tree -L 3
shopt -s extglob
mkdir -p device/sts/a05bd/
mv !(device|.github) $DEVICE_PATH/
Expand Down Expand Up @@ -120,6 +121,7 @@ jobs:

- name: Building recovery
run: |
tree -L 3
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
lunch $MAKEFILE_NAME-eng && make clean && make $BUILD_TARGETimage -j$(nproc --all)
Expand Down

0 comments on commit 55c85ac

Please sign in to comment.