mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Change depth value to 1
This commit is contained in:
parent
d76f3e741e
commit
849131c8cf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Build GeoIP
|
||||
run: |
|
||||
git clone --depth 0 https://github.com/maxmind/geoip-api-c.git
|
||||
git clone --depth 1 https://github.com/maxmind/geoip-api-c.git
|
||||
cd geoip-api-c
|
||||
autoreconf --install
|
||||
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
|
||||
|
Loading…
x
Reference in New Issue
Block a user