File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
- name : Run tests
23
23
run : |
24
24
sudo apt update && sudo apt install -y gdb pip curl python3-dev llvm \
25
- openjdk-17-jdk ca-certificates gnupg lua5.4 liblua5.4 -dev
25
+ openjdk-17-jdk ca-certificates gnupg lua5.1 liblua5.1 -dev
26
26
wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz && tar zxpf luarocks-3.11.1.tar.gz && \
27
27
cd luarocks-3.11.1 && ./configure && make && sudo make install && cd .. && rm -rf luarocks-3.11.1.tar.gz luarocks-3.11.1
28
28
git clone https://github.com/azanegin/luzer.git && \
Original file line number Diff line number Diff line change 19
19
- name : Install Dependences
20
20
run : |
21
21
sudo apt update && sudo apt install -y gdb pip curl python3-dev llvm \
22
- openjdk-17-jdk ca-certificates gnupg lua5.4 liblua5.4 -dev
22
+ openjdk-17-jdk ca-certificates gnupg lua5.1 liblua5.1 -dev
23
23
wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz && tar zxpf luarocks-3.11.1.tar.gz && \
24
24
cd luarocks-3.11.1 && ./configure && make && sudo make install && cd .. && rm -rf luarocks-3.11.1.tar.gz luarocks-3.11.1
25
25
git clone https://github.com/azanegin/luzer.git && \
You can’t perform that action at this time.
0 commit comments