Skip to content

Commit 1441e30

Browse files
Unable to locate package libncurses5
1 parent 08b1747 commit 1441e30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
- name: Build
4949
run: |
5050
cd build
51+
sudo dpkg --add-architecture i386
5152
sudo apt update
52-
sudo apt install gcc-multilib lib32ncurses5-dev -y
53+
sudo apt install libncurses5:i386 -y
54+
sudo apt install gcc-multilib -y
5355
./make_android_luajit_arm64.sh
5456
- name: UploadJit
5557
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)