We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3022589 commit 42a9159Copy full SHA for 42a9159
.github/workflows/build_executables.yml
@@ -56,7 +56,7 @@ jobs:
56
# Setup compilation mode and install project dependencies
57
- name: Configure xmake and install dependencies
58
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
+ run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
60
61
- name: Save cached xmake dependencies
62
if: ${{ !steps.restore-depcache.outputs.cache-hit }}
0 commit comments