Skip to content

Commit

Permalink
[rpi] more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored Jan 16, 2024
1 parent d664d35 commit 176f24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Install Build Tools
shell: bash
run: |
sudo apt-get -y -qq install crossbuild-essential-armhf cmake gettext file ninja-build libc6-armhf-cross qt6-base-dev qt6-serialport-dev qt6-websockets-dev qt6-shadertools-dev qt6-scxml-dev libpcre2-16-0 qt6-declarative-dev
sudo apt-get -y -qq install crossbuild-essential-armhf cmake gettext file ninja-build libc6-armhf-cross qt6-base-dev libqt6serialport6-dev libqt6websockets6-dev libqt6shadertools6-dev qt6-scxml-dev libpcre2-16-0 qt6-declarative-dev
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
Expand Down

0 comments on commit 176f24c

Please sign in to comment.