We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900e7bc commit d76f3e7Copy full SHA for d76f3e7
.github/workflows/ci.yml
@@ -112,7 +112,7 @@ jobs:
112
fetch-depth: 0
113
- name: Build GeoIP
114
run: |
115
- git clone https://github.com/maxmind/geoip-api-c.git
+ git clone --depth 0 https://github.com/maxmind/geoip-api-c.git
116
cd geoip-api-c
117
autoreconf --install
118
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
0 commit comments