We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bbafe commit e1a3dc9Copy full SHA for e1a3dc9
.github/workflows/build.yaml
@@ -16,10 +16,9 @@ jobs:
16
- name: setup os
17
run: |
18
apt-get update && apt-get install -y software-properties-common
19
- apt-get -y install libz-dev wget \
20
- libphp7.4-embed php7.4-dev autoconf automake gcc make \
21
- libpcre3-dev libbz2-dev libbz2-dev libxml2-dev libkrb5-dev \
22
- libargon2-dev libargon2-1 libsodium-dev
+ apt-get -y install wget \
+ autoconf automake gcc make \
+ apache2 apache2-dev memcached libmemcached-dev
23
- name: Apache AuthMemeCookie Module - libmemcache version
24
run: dpkg -s libmemcached-dev && dpkg -L libmemcached-dev
25
- name: Apache AuthMemeCookie Module - Apache HTTPD Version
0 commit comments