Skip to content

Commit

Permalink
CI: fix ndk;
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed Dec 26, 2024
1 parent c2e6242 commit 8b68c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
ndk-version: r16b
- name: buildByAndroidNDK
run: |
curl -O http://launchpadlibrarian.net/648013231/libtinfo5_6.4-2_amd64.deb
sudo dpkg -i libtinfo5_6.4-2_amd64.deb
curl -O http://launchpadlibrarian.net/648013227/libncurses5_6.4-2_amd64.deb
sudo dpkg -i libncurses5_6.4-2_amd64.deb
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
Expand Down

0 comments on commit 8b68c3c

Please sign in to comment.