Update CI.yml

This commit is contained in:
potats0 2023-07-06 17:01:15 +08:00 committed by GitHub
parent 2bac155859
commit b5342c46a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,15 @@ jobs:
repository: potats0/coraza
path: libcoraza
- name: Build and Install
- name: Install build dependencies
run: |
cd libcoraza
./build.sh
./configure
make
sudo make install
cpan Test::Nginx
cpan Test::Nginx::Socket
- name: Setup openresty
uses: leafo/gh-actions-openresty@v1