Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Dec 17, 2024
1 parent 4c15076 commit 029fafa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,13 @@ jobs:
#pmbootstrap update --non-existing
pmbootstrap build adbd-linux
pmbootstrap build firmware-xiaomi-miatoll
pmbootstrap build soc-qcom-sm7150
pmbootstrap chroot apk add qcam
pmbootstrap chroot apk add opencv
pmbootstrap chroot apk add py3-opencv
pmbootstrap chroot apk add libcamera
pmbootstrap chroot apk add firmware-xiaomi-miatoll || true
pmbootstrap chroot apk add soc-qcom-sm7150 || true
pmbootstrap chroot apk add /mnt/pmbootstrap/packages/edge/aarch64/firmware-xiaomi-miatoll || true
pmbootstrap chroot apk add /mnt/pmbootstrap/packages/edge/aarch64/soc-qcom-sm7150 || true
pmbootstrap -v install --password 147147 --no-sparse --split
#pmbootstrap chroot apk add qcam
pmbootstrap export out_raw/
Expand Down

0 comments on commit 029fafa

Please sign in to comment.