Skip to content

Commit 3ac8d75

Browse files
committed
CI: fix dynamic module env variable
1 parent 4e63ff0 commit 3ac8d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- name: Install prerequisites
4747
run: |
48-
sudo apt install -y libpcre3-dev libssl-dev cpanminus
48+
sudo apt install -y libpcre3-dev libssl-dev zlib1g-dev cpanminus
4949
- name: Build
5050
env:
5151
_NGINX_VERSION: ${{ matrix.nginx }}
52-
SHIB_DYNAMIC_MODULE: ${{ matrix.dynamic_module }}
52+
_DYNAMIC_MODULE: ${{ matrix.dynamic_module }}
5353
run: |
5454
wget -O - "https://nginx.org/download/nginx-$_NGINX_VERSION.tar.gz" | tar -xzf -
5555
cd "nginx-$_NGINX_VERSION"

0 commit comments

Comments
 (0)