mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-04 19:19:33 +00:00
CI: switch to lua 5.4
current release is 5.4, let's switch to it
This commit is contained in:
parent
01c213a4bb
commit
11c088e203
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@ -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: |
|
||||
|
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user