Skip to content

Commit 5236ae5

Browse files
committed
fix CI, DNK on ubuntu;
1 parent fc54efc commit 5236ae5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ jobs:
7272
ndk-version: r16b
7373
- name: buildByAndroidNDK
7474
run: |
75-
sudo apt install libncurses5
75+
curl -O http://launchpadlibrarian.net/648013231/libtinfo5_6.4-2_amd64.deb
76+
sudo dpkg -i libtinfo5_6.4-2_amd64.deb
77+
curl -O http://launchpadlibrarian.net/648013227/libncurses5_6.4-2_amd64.deb
78+
sudo dpkg -i libncurses5_6.4-2_amd64.deb
7679
git submodule update --init --recursive
7780
cd ./builds/android_ndk_jni_mk
7881
ndk-build NDK_PROJECT_PATH=. NDK_APPLICATION_MK=./Application.mk

0 commit comments

Comments
 (0)