We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d637cc1 commit fb8d968Copy full SHA for fb8d968
.github/workflows/build.yml
@@ -48,8 +48,7 @@ jobs:
48
- name: Build
49
run: |
50
cd build
51
- sudo apt install gcc-multilib
52
- sudo apt install libncurses5
+ sudo apt install gcc-multilib libncurses5 -y
53
./make_android_luajit_arm64.sh
54
- name: UploadJit
55
uses: actions/upload-artifact@v2
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
0 commit comments