We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849131c commit 72bb873Copy full SHA for 72bb873
.github/workflows/ci.yml
@@ -112,7 +112,10 @@ jobs:
112
fetch-depth: 0
113
- name: Build GeoIP
114
run: |
115
- git clone --depth 1 https://github.com/maxmind/geoip-api-c.git
+ git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
116
+ git fetch --tags
117
+ # Check out the last release, v1.6.12
118
+ git checkout 4b526e7331ca1d692b74a0509ddcc725622ed31a
119
cd geoip-api-c
120
autoreconf --install
121
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
0 commit comments