Skip to content

Commit

Permalink
[ci] fix install on rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 17, 2024
1 parent 5a5f2dd commit 390ac94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,17 @@ jobs:
-DSCORE_DEPLOYMENT_BUILD=1 \
-DOSSIA_ENABLE_KFR=0 \
-DOSSIA_ENABLE_FFTW=1 \
-DCMAKE_INSTALL_PREFIX=install \
-DSCORE_DISABLED_PLUGINS="score-plugin-jit;score-plugin-media;score-plugin-gfx;score-plugin-vst3;score-plugin-faust;score-plugin-pd;score-plugin-vst;score-plugin-lv2" \
-DSCORE_LINKER_SCRIPT="$PWD/cmake/Deployment/Linux/AppImage/version" \
-DCMAKE_TOOLCHAIN_FILE=${{steps.pi-sysroot.outputs.cmake-toolchain}}
cmake --build build
cmake --build build --target install
file /install/ossia-score
find . -name ossia-score
- name: Upload build
uses: actions/upload-artifact@v2
with:
name: raspberry-pi-bookworm-armhf
path: |
install/ossia-score
install/bin/ossia-score

0 comments on commit 390ac94

Please sign in to comment.