[github-workflows] Do not skip Android armeabi-v7a build

This commit is contained in:
Radosław Gryta 2024-02-25 13:38:48 +01:00
parent f5006c140a
commit cc9288b0c7
No known key found for this signature in database
GPG key ID: 89C16BE0CA1CF716

View file

@ -669,8 +669,7 @@ jobs:
run: |
cd examples/llama.android
# Skip armeabi-v7a for now (https://github.com/llvm/llvm-project/issues/65820).
./gradlew build --no-daemon -Pskip-armeabi-v7a
./gradlew build --no-daemon
# freeBSD-latest:
# runs-on: macos-12