From 04b71fe11cfe4f211db8f1d4a956d64d9962d7c5 Mon Sep 17 00:00:00 2001 From: nihui Date: Mon, 23 Dec 2024 16:12:53 +0800 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 75695f8e064..8d3031d8377 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -119,6 +119,7 @@ jobs: run: | pushd /usr/lib/x86_64-linux-gnu/ sudo ln -s libncurses.so.6 libncurses.so.5 + sudo ln -s libtinfo.so.6 libtinfo.so.5 popd wget -q https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip -O $GITHUB_WORKSPACE/android-ndk-r16b-linux-x86_64.zip cd $GITHUB_WORKSPACE && unzip -q android-ndk-r16b-linux-x86_64.zip