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