Skip to content

Commit

Permalink
ci/android: rm redund export
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Nov 24, 2023
1 parent ade91fe commit adc0377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
export CMAKE_ANDROID_API=34
export ANDROID_NDK_HOME=$(find /usr/local/lib/android/sdk/ndk -type d -maxdepth 1 -name '${{matrix.android_ndk_maj_v}}*' | head -n 1)
tool/build --verbose --platform-android --no-build-test --no-run-test

0 comments on commit adc0377

Please sign in to comment.