aaaaaaa
This commit is contained in:
parent
f3a1310382
commit
b11ebf93b2
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue