Skip to content

Commit

Permalink
GitHub Actions: use Android NDK r25c instead of Android NDK r26-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 15, 2023
1 parent 0aa6d04 commit f56257b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cross-compile-android-ndk-on-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:

- name: Run ./configure ...
run: |
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#environment-variables-3
[ -n "$ANDROID_NDK_LATEST_HOME" ] && {
export ANDROID_NDK_HOME="$ANDROID_NDK_LATEST_HOME"
export ANDROID_NDK_ROOT="$ANDROID_NDK_LATEST_HOME"
}
BUILD_MACHINE_OS_TYPE=$(uname | tr A-Z a-z)
BUILD_MACHINE_OS_ARCH=$(uname -m)
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/cross-compile-android-ndk-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:

- name: Run ./configure ...
run: |
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#environment-variables-3
[ -n "$ANDROID_NDK_LATEST_HOME" ] && {
export ANDROID_NDK_HOME="$ANDROID_NDK_LATEST_HOME"
export ANDROID_NDK_ROOT="$ANDROID_NDK_LATEST_HOME"
}
BUILD_MACHINE_OS_TYPE=$(uname | tr A-Z a-z)
BUILD_MACHINE_OS_ARCH=$(uname -m)
Expand Down

0 comments on commit f56257b

Please sign in to comment.