Update .github/workflows/ci.yml

Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
Ervin Hegedus
2025-01-04 20:46:36 +01:00
committed by GitHub
parent 900e7bcd06
commit d76f3e741e

View File

@@ -112,7 +112,7 @@ jobs:
fetch-depth: 0
- name: Build GeoIP
run: |
git clone https://github.com/maxmind/geoip-api-c.git
git clone --depth 0 https://github.com/maxmind/geoip-api-c.git
cd geoip-api-c
autoreconf --install
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew