Skip to content

Commit

Permalink
[ci] Minor build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 14, 2024
1 parent fe7b159 commit 749560c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ jobs:
-DCMAKE_INSTALL_PREFIX=$PWD/install \
-DCMAKE_UNITY_BUILD=1 \
-DSCORE_DEPLOYMENT_BUILD=1 \
-DOSSIA_ENABLE_KFR=1 \
-DOSSIA_ENABLE_FFTW=0 \
-DOSSIA_ENABLE_KFR=0 \
-DOSSIA_ENABLE_FFTW=1 \
-DCMAKE_INSTALL_PREFIX=install \
-DSCORE_LINKER_SCRIPT="$PWD/cmake/Deployment/Linux/AppImage/version" \
-DCMAKE_TOOLCHAIN_FILE=${{steps.pi-sysroot.outputs.cmake-toolchain}}
Expand Down

0 comments on commit 749560c

Please sign in to comment.