Skip to content

Commit 1138128

Browse files
using ubuntu-22.04
1 parent 1441e30 commit 1138128

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: plugin_lua53_android
3636

3737
android_luajit:
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-22.04
3939
steps:
4040
- uses: actions/checkout@v2
4141
- name: Install NDK
@@ -48,10 +48,7 @@ jobs:
4848
- name: Build
4949
run: |
5050
cd build
51-
sudo dpkg --add-architecture i386
52-
sudo apt update
53-
sudo apt install libncurses5:i386 -y
54-
sudo apt install gcc-multilib -y
51+
sudo apt install gcc-multilib libncurses5 -y
5552
./make_android_luajit_arm64.sh
5653
- name: UploadJit
5754
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)