Skip to content

Commit

Permalink
Change depth value to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
airween authored Jan 4, 2025
1 parent d76f3e7 commit 849131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 849131c

Please sign in to comment.