Skip to content

Commit 1514353

Browse files
airweenfzipi
andauthored
Add --no-install-recommends flag to avoid install "only" recommended packages
Co-authored-by: Felipe Zipitría <[email protected]>
1 parent 0710feb commit 1514353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Setup Dependencies
9898
run: |
9999
sudo apt-get update -y -qq
100-
sudo apt-get install -y apache2-dev libxml2-dev liblua5.1-0-dev libcurl4-gnutls-dev libpcre2-dev pkg-config libyajl-dev apache2 apache2-bin apache2-data
100+
sudo apt-get install -y --no-install-recommends apache2-dev libxml2-dev liblua5.1-0-dev libcurl4-gnutls-dev libpcre2-dev pkg-config libyajl-dev apache2 apache2-bin apache2-data
101101
- uses: actions/checkout@v2
102102
- name: autogen.sh
103103
run: ./autogen.sh

0 commit comments

Comments
 (0)