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:
36
36
run : |
37
37
sdkmanager \
38
38
"cmake;3.22.1" \
39
- "ndk;23.2.8568313 "
39
+ "ndk;23.1.7779620 "
40
40
# 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
43
43
shell : bash
44
44
45
45
- name : Build
You can’t perform that action at this time.
0 commit comments