Skip to content

Commit ef74922

Browse files
committed
Test
1 parent 73ab28a commit ef74922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/amd64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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.4 liblua5.4-dev
25+
openjdk-17-jdk ca-certificates gnupg lua5.1 liblua5.1-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
2828
git clone https://github.com/azanegin/luzer.git && \

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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.4 liblua5.4-dev
22+
openjdk-17-jdk ca-certificates gnupg lua5.1 liblua5.1-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
2525
git clone https://github.com/azanegin/luzer.git && \

0 commit comments

Comments
 (0)