mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56: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
|
- name: Build GeoIP
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
|
git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
|
||||||
|
cd geoip-api-c
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
# Check out the last release, v1.6.12
|
# Check out the last release, v1.6.12
|
||||||
git checkout 4b526e7331ca1d692b74a0509ddcc725622ed31a
|
git checkout 4b526e7331ca1d692b74a0509ddcc725622ed31a
|
||||||
cd geoip-api-c
|
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
|
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
|
||||||
make install
|
make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user