Skip to content

Commit

Permalink
chore(ci) install libpcre3 for older nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Feb 5, 2025
1 parent 7b3940d commit d08fc8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ jobs:
git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
git clone https://github.com/openresty/lua-resty-string ../lua-resty-string
- name: Setup conditional tools
if: matrix.nginx == '1.21.4' || matrix.nginx == '1.19.9'
run: |
sudo apt-get install -qq -y libpcre3-dev
- name: Build OpenSSL
if: matrix.boringssl == ''
run: |
Expand Down

0 comments on commit d08fc8e

Please sign in to comment.