mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
CI: use "--no-install-recommends" for apt-get
this reduces number of packages installed by 1
This commit is contained in:
parent
e349159a34
commit
01c213a4bb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install apt dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
sudo apt-get --no-install-recommends -y install \
|
||||
liblua5.3-dev \
|
||||
libsystemd-dev
|
||||
- name: Install QUICTLS
|
||||
|
|
|
|||
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
sudo apt-get --no-install-recommends -y install \
|
||||
liblua5.3-dev \
|
||||
libpcre2-dev \
|
||||
libsystemd-dev \
|
||||
|
|
|
|||
Loading…
Reference in a new issue