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 14, 2024
1 parent 9d615d6 commit b794143
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,18 @@ jobs:
libavfilter-dev
libavformat-dev
libswresample-dev
libpcre2-16-0
libzstd-dev
libdouble-conversion-dev
libdouble-conversion3
zstd
libb2-1
libb2-dev

- 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
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 b794143

Please sign in to comment.