Skip to content

Commit 27734ed

Browse files
committed
Fix
1 parent ef74922 commit 27734ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)