Skip to content

Commit

Permalink
Add GitHub Actions workflow for Android build with specific NDK versi…
Browse files Browse the repository at this point in the history
…on_2
  • Loading branch information
agougougoua committed May 18, 2024
1 parent f8989a4 commit c3b6c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

env:
ANDROID_NDK_VERSION: "21.3.6528147" # 指定 Android NDK 版本
ANDROID_NDK_VERSION: "25" # 指定 Android NDK 版本
ANDROID_NDK_HOME: ${{ runner.temp }}/android-ndk

steps:
Expand Down

0 comments on commit c3b6c7c

Please sign in to comment.