Change depth value to 1

This commit is contained in:
Ervin Hegedus 2025-01-04 23:46:09 +01:00 committed by GitHub
parent d76f3e741e
commit 849131c8cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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