Skip to content

Commit

Permalink
Merge pull request #93 from cubicdaiya/add-pcre-opt-in-ci
Browse files Browse the repository at this point in the history
ci: add -pcre in build testing.
  • Loading branch information
cubicdaiya authored Nov 4, 2022
2 parents 798b311 + d79f617 commit f71b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Run
run: |
make
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -zlib -openssl
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -pcre -zlib -openssl

0 comments on commit f71b437

Please sign in to comment.