Skip to content

Commit 7e890f9

Browse files
authored
Update Android NDK version
1 parent fb65b8b commit 7e890f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,10 +1044,10 @@ jobs:
10441044
10451045
export TORCHCHAT_ROOT=${PWD}
10461046
pushd /tmp
1047-
wget https://dl.google.com/android/repository/android-ndk-r26c-linux.zip
1048-
unzip android-ndk-r26c-linux.zip
1047+
wget https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
1048+
unzip android-ndk-r27c-linux.zip
10491049
popd
1050-
export ANDROID_NDK=/tmp/android-ndk-r26c
1050+
export ANDROID_NDK=/tmp/android-ndk-r27c
10511051
10521052
# Pull submodules (re2, abseil) for Tiktoken
10531053
git submodule sync

0 commit comments

Comments
 (0)