CI: switch to lua 5.4

current release is 5.4, let's switch to it
This commit is contained in:
Ilia Shipitsin 2024-05-29 21:59:15 +02:00 committed by Willy Tarreau
parent 01c213a4bb
commit 11c088e203
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get --no-install-recommends -y install \
liblua5.3-dev \
liblua5.4-dev \
libsystemd-dev
- name: Install QUICTLS
run: |

View File

@ -82,7 +82,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get --no-install-recommends -y install \
liblua5.3-dev \
liblua5.4-dev \
libpcre2-dev \
libsystemd-dev \
ninja-build \