Browse Source

fix android ndk-r16b ci (#5845)

tags/20241226
nihui GitHub 1 year ago
parent
commit
6c438c4f02
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      .github/workflows/android.yml

+ 4
- 2
.github/workflows/android.yml View File

@@ -117,8 +117,10 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update
sudo apt-get install -y libncurses5
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



Loading…
Cancel
Save