mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
aaaaaaa
This commit is contained in:
parent
f3a1310382
commit
b11ebf93b2
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue