mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Update libinjection to version v3.9.2-92-gb9fcaaf
This commit is contained in:
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@@ -57,8 +57,11 @@ jobs:
|
||||
sudo apt-get install -y libgeoip-dev:${{ matrix.platform.arch }} \
|
||||
libfuzzy-dev:${{ matrix.platform.arch }}
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: get submodules
|
||||
# get submodules manually for git describe to work during build
|
||||
run: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
- name: build.sh
|
||||
run: ./build.sh
|
||||
- name: configure
|
||||
@@ -105,8 +108,11 @@ jobs:
|
||||
bison \
|
||||
flex
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: get submodules
|
||||
# get submodules manually for git describe to work during build
|
||||
run: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
- name: build.sh
|
||||
run: ./build.sh
|
||||
- name: configure
|
||||
@@ -135,8 +141,11 @@ jobs:
|
||||
- {label: "wo libxml", opt: "-WITHOUT_LIBXML2=ON" }
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Get submodules
|
||||
# get submodules manually for git describe to work during build
|
||||
run: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
- name: Install Conan
|
||||
run: |
|
||||
pip3 install conan --upgrade
|
||||
|
Reference in New Issue
Block a user