CI: Cross-Linux-armhf trial, part 5
This commit is contained in:
parent
8f03763107
commit
3c82e0abd4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -150,10 +150,12 @@ jobs:
|
||||||
librtmidi-dev:armhf \
|
librtmidi-dev:armhf \
|
||||||
libsndfile1-dev:armhf \
|
libsndfile1-dev:armhf \
|
||||||
zlib1g-dev:armhf \
|
zlib1g-dev:armhf \
|
||||||
|
cmake:armhf \
|
||||||
libjack-jackd2-dev: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/appimagetool-x86_64.AppImage"
|
||||||
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-armhf"
|
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-armhf"
|
||||||
chmod +x appimagetool-x86_64.AppImage
|
chmod +x appimagetool-x86_64.AppImage
|
||||||
|
ls /usr/arm-linux-gnueabihf/lib
|
||||||
|
|
||||||
- name: Configure (System Libraries)
|
- name: Configure (System Libraries)
|
||||||
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' && matrix.config.arch == 'x86_64' }}
|
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' && matrix.config.arch == 'x86_64' }}
|
||||||
|
|
Loading…
Reference in a new issue