We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1441e30 commit 1138128Copy full SHA for 1138128
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
name: plugin_lua53_android
36
37
android_luajit:
38
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
39
steps:
40
- uses: actions/checkout@v2
41
- name: Install NDK
@@ -48,10 +48,7 @@ jobs:
48
- name: Build
49
run: |
50
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
+ sudo apt install gcc-multilib libncurses5 -y
55
./make_android_luajit_arm64.sh
56
- name: UploadJit
57
uses: actions/upload-artifact@v4
0 commit comments