Skip to content

Commit

Permalink
[ci] more rpi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored Jan 16, 2024
1 parent afde519 commit d664d35
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 libpcre2-16-0
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 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 d664d35

Please sign in to comment.