Skip to content

Commit 849131c

Browse files
authored
Change depth value to 1
1 parent d76f3e7 commit 849131c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
fetch-depth: 0
113113
- name: Build GeoIP
114114
run: |
115-
git clone --depth 0 https://github.com/maxmind/geoip-api-c.git
115+
git clone --depth 1 https://github.com/maxmind/geoip-api-c.git
116116
cd geoip-api-c
117117
autoreconf --install
118118
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew

0 commit comments

Comments
 (0)