Set correct order of commands

This commit is contained in:
Ervin Hegedus 2025-01-05 16:41:05 +01:00 committed by GitHub
parent 72bb873460
commit a332567b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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