From 390ac9458b164ef7905b18fa9673340b8f522a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Wed, 17 Jan 2024 14:19:05 -0500 Subject: [PATCH] [ci] fix install on rpi --- .github/workflows/embedded.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/embedded.yaml b/.github/workflows/embedded.yaml index 6e2f4df358..a77d166a41 100644 --- a/.github/workflows/embedded.yaml +++ b/.github/workflows/embedded.yaml @@ -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