Skip to content

Commit

Permalink
testing build without custom qt
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 27, 2023
1 parent 734c60d commit 1bc74a3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build_package_rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Emulating Raspberry Pi 4
id: qemu
uses: pguyot/[email protected]

- uses: pguyot/[email protected]
id: build_image
with:
base_image: https://openhdfpv.org/wp-content/BaseImages/OpenHD-image-2022-05-28_1033.zip
base_image: raspios_lite:latest
image_additional_mb: 4000
copy_repository_path: /opt
copy_artifact_path: QOpenHD
copy_artifact_path: OpenHD
import_github_env: true
cpu: cortex-a53
commands: |
rm -Rf /etc/apt/sources.list.d/openhd*
apt update
Expand All @@ -49,7 +48,7 @@ jobs:
sudo chown -R root:root /opt/QOpenHD
ls -a
cd QOpenHD
sudo ./install_build_dep.sh rpi custom
sudo ./install_build_dep.sh rpi
sudo ./package.sh armhf raspbian bullseye
ls -a
Expand Down

0 comments on commit 1bc74a3

Please sign in to comment.