mirror of
https://github.com/potats0/lua-resty-coraza.git
synced 2025-06-28 09:31:00 +03:00
Update CI.yml
This commit is contained in:
parent
d8141d8ea5
commit
aabeaa8ef5
10
.github/workflows/CI.yml
vendored
10
.github/workflows/CI.yml
vendored
@ -14,11 +14,19 @@ jobs:
|
||||
uses: actions/setup-go@master
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user