Skip to content

Commit

Permalink
[ci] Minor build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 15, 2024
1 parent b794143 commit 6684e40
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
sudo apt-get -y -qq install crossbuild-essential-armhf cmake gettext file ninja-build libc6-armhf-cross qt6-base-dev
sudo ln -s /usr/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3 /usr/lib/ld-linux-armhf.so.3
Expand Down

0 comments on commit 6684e40

Please sign in to comment.