Skip to content

Commit 3022589

Browse files
committed
Update build_executables.yml
1 parent 1e81860 commit 3022589

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_executables.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
arch: [arm64-v8a]
17-
kind: [static]
1817
confs:
1918
- { mode: debug, archive: yes }
2019

@@ -57,7 +56,7 @@ jobs:
5756
# Setup compilation mode and install project dependencies
5857
- name: Configure xmake and install dependencies
5958
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
6160

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

0 commit comments

Comments
 (0)