Skip to content

Commit 48fe039

Browse files
committed
downgrade ndk to n23b
1 parent a42372b commit 48fe039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)