Update CI.yml

This commit is contained in:
potats0
2023-07-06 16:45:09 +08:00
committed by GitHub
parent aabeaa8ef5
commit 7cc0258a4e

View File

@@ -20,11 +20,11 @@ jobs:
with:
repository: potats0/coraza
path: libcoraza
ref: refs/heads/release
ref: master
- name: Build and Install
run: |
cd coraza
cd libcoraza
./build.sh
./configure
make