File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 run : |
3737 sdkmanager \
3838 "cmake;3.22.1" \
39- "ndk;23.2.8568313 "
39+ "ndk;23.1.7779620 "
4040 # move out builtin icu headers from ndk and prevent icu build errors
41- mv "${ANDROID_HOME}/ndk/23.2.8568313 /toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/unicode" "${ANDROID_HOME}/ndk/23.2.8568313 /toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/unicode2"
42- echo "ANDROID_NDK=$ANDROID_HOME/ndk/23.2.8568313 " >> $GITHUB_ENV
41+ mv "${ANDROID_HOME}/ndk/23.1.7779620 /toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/unicode" "${ANDROID_HOME}/ndk/23.1.7779620 /toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/unicode2"
42+ echo "ANDROID_NDK=$ANDROID_HOME/ndk/23.1.7779620 " >> $GITHUB_ENV
4343 shell : bash
4444
4545 - name : Build
You can’t perform that action at this time.
0 commit comments