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 4e63ff0 commit 3ac8d75Copy full SHA for 3ac8d75
.github/workflows/build.yml
@@ -45,11 +45,11 @@ jobs:
45
- uses: actions/checkout@v2
46
- name: Install prerequisites
47
run: |
48
- sudo apt install -y libpcre3-dev libssl-dev cpanminus
+ sudo apt install -y libpcre3-dev libssl-dev zlib1g-dev cpanminus
49
- name: Build
50
env:
51
_NGINX_VERSION: ${{ matrix.nginx }}
52
- SHIB_DYNAMIC_MODULE: ${{ matrix.dynamic_module }}
+ _DYNAMIC_MODULE: ${{ matrix.dynamic_module }}
53
54
wget -O - "https://nginx.org/download/nginx-$_NGINX_VERSION.tar.gz" | tar -xzf -
55
cd "nginx-$_NGINX_VERSION"
0 commit comments