CI: Cross-Linux-armhf trial, part 5

This commit is contained in:
tildearrow 2022-08-06 19:59:38 -05:00
parent 8f03763107
commit 3c82e0abd4
1 changed files with 2 additions and 0 deletions

View File

@ -150,10 +150,12 @@ jobs:
librtmidi-dev:armhf \
libsndfile1-dev:armhf \
zlib1g-dev:armhf \
cmake:armhf \
libjack-jackd2-dev:armhf
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-armhf"
chmod +x appimagetool-x86_64.AppImage
ls /usr/arm-linux-gnueabihf/lib
- name: Configure (System Libraries)
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' && matrix.config.arch == 'x86_64' }}