Remove redundant line

This commit is contained in:
Chris Thrasher 2024-03-28 21:50:05 -05:00
parent 88e9d4c0b3
commit 544a9a8a79

View File

@ -175,7 +175,6 @@ jobs:
- name: Build Android example
if: matrix.platform.name == 'Android'
shell: bash
run: examples/android/gradlew ${{ matrix.type.name == 'Debug' && 'assembleDebug' || 'assembleRelease' }} -p examples/android -P ARCH_ABI=${{matrix.config.arch}} -P MIN_SDK=${{matrix.config.api}}
- name: Prepare Test