Skip to content

Commit cc2bfc0

Browse files
Update publish.yml to ubuntu-22.04
1 parent 1138128 commit cc2bfc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

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

3838
android_luajit:
39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-22.04
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Install NDK
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
cd build
5252
sudo apt update
53-
sudo apt install gcc-multilib lib32ncurses5-dev -y
53+
sudo apt install gcc-multilib libncurses5 -y
5454
./make_android_luajit_arm64.sh
5555
- name: UploadJit
5656
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)