File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
arch : [arm64-v8a]
17
- kind : [static]
18
17
confs :
19
18
- { mode: debug, archive: yes }
20
19
57
56
# Setup compilation mode and install project dependencies
58
57
- name : Configure xmake and install dependencies
59
58
working-directory : ./app/rpi
60
- run : xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} --static=${{ matrix.kind == 'static' && 'yes' || 'no' }} ${{ 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 --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes
61
60
62
61
- name : Save cached xmake dependencies
63
62
if : ${{ !steps.restore-depcache.outputs.cache-hit }}
You can’t perform that action at this time.
0 commit comments