Skip to content

Commit 42a9159

Browse files
committed
Update build_executables.yml
1 parent 3022589 commit 42a9159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_executables.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Setup compilation mode and install project dependencies
5757
- name: Configure xmake and install dependencies
5858
working-directory: ./app/rpi
59-
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes
59+
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
6060

6161
- name: Save cached xmake dependencies
6262
if: ${{ !steps.restore-depcache.outputs.cache-hit }}

0 commit comments

Comments
 (0)