We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-install-recommends
1 parent 0710feb commit 1514353Copy full SHA for 1514353
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Setup Dependencies
98
run: |
99
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
+ 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
101
- uses: actions/checkout@v2
102
- name: autogen.sh
103
run: ./autogen.sh
0 commit comments