diff --git a/.github/workflows/build_executables.yml b/.github/workflows/build_executables.yml index 28eb8515..7aee42a5 100644 --- a/.github/workflows/build_executables.yml +++ b/.github/workflows/build_executables.yml @@ -56,7 +56,7 @@ jobs: # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies working-directory: ./app/rpi - run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes + run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes - name: Save cached xmake dependencies if: ${{ !steps.restore-depcache.outputs.cache-hit }}