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