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: with:
repository: potats0/coraza repository: potats0/coraza
path: libcoraza path: libcoraza
ref: refs/heads/release ref: master
- name: Build and Install - name: Build and Install
run: | run: |
cd coraza cd libcoraza
./build.sh ./build.sh
./configure ./configure
make make