We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade91fe commit adc0377Copy full SHA for adc0377
.github/workflows/android.yml
@@ -27,6 +27,5 @@ jobs:
27
steps:
28
- uses: actions/checkout@v3
29
- run: |
30
- export CMAKE_ANDROID_API=34
31
export ANDROID_NDK_HOME=$(find /usr/local/lib/android/sdk/ndk -type d -maxdepth 1 -name '${{matrix.android_ndk_maj_v}}*' | head -n 1)
32
tool/build --verbose --platform-android --no-build-test --no-run-test
0 commit comments