Skip to content

Commit adc0377

Browse files
author
Will
committed
ci/android: rm redund export
1 parent ade91fe commit adc0377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- run: |
30-
export CMAKE_ANDROID_API=34
3130
export ANDROID_NDK_HOME=$(find /usr/local/lib/android/sdk/ndk -type d -maxdepth 1 -name '${{matrix.android_ndk_maj_v}}*' | head -n 1)
3231
tool/build --verbose --platform-android --no-build-test --no-run-test

0 commit comments

Comments
 (0)