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 41955f6 commit 0957c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
#pmbootstrap update --non-existing
pmbootstrap build adbd-linux
pmbootstrap build firmware-xiaomi-miatoll
pmbootstrap build soc-qcom-sm7150
pmbootstrap build --force 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 /mnt/pmbootstrap/packages/edge/aarch64/firmware-xiaomi-miatoll* || true
pmbootstrap chroot apk add soc-qcom-sm7150* || 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 0957c0e

Please sign in to comment.