Skip to content

Commit d08fc8e

Browse files
committed
chore(ci) install libpcre3 for older nginx
1 parent 7b3940d commit d08fc8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ jobs:
177177
git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
178178
git clone https://github.com/openresty/lua-resty-string ../lua-resty-string
179179
180+
- name: Setup conditional tools
181+
if: matrix.nginx == '1.21.4' || matrix.nginx == '1.19.9'
182+
run: |
183+
sudo apt-get install -qq -y libpcre3-dev
184+
180185
- name: Build OpenSSL
181186
if: matrix.boringssl == ''
182187
run: |

0 commit comments

Comments
 (0)