File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 - name : Run tests
2323 run : |
2424 sudo apt update && sudo apt install -y gdb pip curl python3-dev llvm \
25- openjdk-17-jdk ca-certificates gnupg lua5.1 liblua5.1 -dev
25+ openjdk-17-jdk ca-certificates gnupg lua5.4 liblua5.4 -dev
2626 wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz && tar zxpf luarocks-3.11.1.tar.gz && \
2727 cd luarocks-3.11.1 && ./configure && make && sudo make install && cd .. && rm -rf luarocks-3.11.1.tar.gz luarocks-3.11.1
28- git clone https://github.com/azanegin /luzer.git && \
28+ git clone https://github.com/ligurio /luzer.git && \
2929 cd luzer && git checkout 77642ba37430eded66d171a68d7e9c3f6347d625 && luarocks --local build && cd .. && rm -rf luzer
3030 # Atheris fails to install on Ubuntu 24.04, see https://github.com/google/atheris/issues/82
3131 # pip3 install atheris
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 - name : Install Dependences
2020 run : |
2121 sudo apt update && sudo apt install -y gdb pip curl python3-dev llvm \
22- openjdk-17-jdk ca-certificates gnupg lua5.1 liblua5.1 -dev
22+ openjdk-17-jdk ca-certificates gnupg lua5.4 liblua5.4 -dev
2323 wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz && tar zxpf luarocks-3.11.1.tar.gz && \
2424 cd luarocks-3.11.1 && ./configure && make && sudo make install && cd .. && rm -rf luarocks-3.11.1.tar.gz luarocks-3.11.1
25- git clone https://github.com/azanegin /luzer.git && \
25+ git clone https://github.com/ligurio /luzer.git && \
2626 cd luzer && git checkout 77642ba37430eded66d171a68d7e9c3f6347d625 && luarocks --local build && cd .. && rm -rf luzer
2727 pip3 install atheris
2828 sudo mkdir -p /etc/apt/keyrings
You can’t perform that action at this time.
0 commit comments