mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
ci: strip android libraries
do not cancel RPCS3 Qt UI job
This commit is contained in:
parent
a53080b75f
commit
0298a3f834
2 changed files with 2 additions and 1 deletions
1
.github/workflows/rpcsx.yml
vendored
1
.github/workflows/rpcsx.yml
vendored
|
|
@ -116,6 +116,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
$ANDROID_SDK_ROOT/cmake/${{ env.CMAKE_VERSION }}/bin/cmake --build build
|
||||
$ANDROID_SDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip build/librpcsx-android.so
|
||||
mv build/librpcsx-android.so librpcsx-android-${{ matrix.abi }}-${{ matrix.arch }}.so
|
||||
|
||||
- name: Deploy build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue