We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9101a4 commit 900e7bcCopy full SHA for 900e7bc
.github/workflows/ci.yml
@@ -102,7 +102,6 @@ jobs:
102
lua \
103
libmaxminddb \
104
libxml2 \
105
- geoip \
106
ssdeep \
107
pcre \
108
bison \
@@ -111,6 +110,13 @@ jobs:
111
110
with:
112
submodules: true
113
fetch-depth: 0
+ - name: Build GeoIP
114
+ run: |
115
+ git clone 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
119
+ make install
120
- name: build.sh
121
run: ./build.sh
122
- name: configure
0 commit comments