mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Set correct order of commands
This commit is contained in:
parent
72bb873460
commit
a332567b85
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -113,10 +113,10 @@ jobs:
|
||||
- name: Build GeoIP
|
||||
run: |
|
||||
git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
|
||||
cd geoip-api-c
|
||||
git fetch --tags
|
||||
# Check out the last release, v1.6.12
|
||||
git checkout 4b526e7331ca1d692b74a0509ddcc725622ed31a
|
||||
cd geoip-api-c
|
||||
autoreconf --install
|
||||
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
|
||||
make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user