This commit is contained in:
tildearrow 2024-06-23 16:20:50 -05:00
parent f3a1310382
commit b11ebf93b2

View file

@ -128,7 +128,8 @@ jobs:
librtmidi-dev \
libsndfile1-dev \
zlib1g-dev \
libjack-jackd2-dev
libjack-jackd2-dev \
gettext
- name: Install Dependencies [Linux armhf]
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' && matrix.config.arch == 'armhf' }}
@ -140,7 +141,8 @@ jobs:
sudo apt update
sudo apt install \
crossbuild-essential-armhf \
appstream
appstream \
gettext
sudo apt install \
libsdl2-dev:armhf \
libfmt-dev:armhf \