From d76f3e741e36ecd27275a5ce038356b19f019c33 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Sat, 4 Jan 2025 20:46:36 +0100 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58fedf07..e6e9e42c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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