Skip to content

Commit

Permalink
[ci] More rpi1 fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored Jan 16, 2024
1 parent df36f27 commit db841e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ jobs:
sudo apt-get -y -qq install crossbuild-essential-armhf cmake gettext file ninja-build libc6-armhf-cross qt6-base-dev libpcre2-16-0
sudo ln -s /usr/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3 /usr/lib/ld-linux-armhf.so.3
- name: Use host Qt tools
shell: bash
run: |
sudo rm -rf ${SYSROOT}/usr/lib/qt5/bin
sudo ln -s /usr/lib/qt5/bin ${SYSROOT}/usr/lib/qt5/bin
env:
SYSROOT: ${{steps.pi-sysroot.outputs.sysroot}}

- name: Build
run: |
Expand Down

0 comments on commit db841e5

Please sign in to comment.