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