diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82c66514d..f581c1960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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