mirror of
https://github.com/potats0/lua-resty-coraza.git
synced 2025-06-28 17:41: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
|
uses: actions/setup-go@master
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.4
|
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
|
- name: Build and Install
|
||||||
run: |
|
run: |
|
||||||
cd coraza
|
cd coraza
|
||||||
./build.sh configure
|
./build.sh
|
||||||
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user