Update CI.yml

This commit is contained in:
potats0 2023-07-06 16:42:30 +08:00 committed by GitHub
parent d8141d8ea5
commit aabeaa8ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,18 @@ jobs:
with:
go-version: 1.20.4
- name: Clone libcoraza-nginx repository
uses: actions/checkout@v2
with:
repository: potats0/coraza
path: libcoraza
ref: refs/heads/release
- name: Build and Install
run: |
cd coraza
./build.sh configure
./build.sh
./configure
make
sudo make install