We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9135823 commit 08b1747Copy full SHA for 08b1747
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build
49
run: |
50
cd build
51
- sudo apt udpate
+ sudo apt update
52
sudo apt install gcc-multilib lib32ncurses5-dev -y
53
./make_android_luajit_arm64.sh
54
- name: UploadJit
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
55
0 commit comments