Skip to content

Commit

Permalink
install libncurses5 for ndk15c
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Mar 10, 2023
1 parent d637cc1 commit fb8d968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Build
run: |
cd build
sudo apt install gcc-multilib
sudo apt install libncurses5
sudo apt install gcc-multilib libncurses5 -y
./make_android_luajit_arm64.sh
- name: UploadJit
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build
run: |
cd build
sudo apt install gcc-multilib
sudo apt install gcc-multilib libncurses5 -y
./make_android_luajit_arm64.sh
- name: UploadJit
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fb8d968

Please sign in to comment.