Skip to content

Commit

Permalink
Set correct order of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
airween authored Jan 5, 2025
1 parent 72bb873 commit a332567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a332567

Please sign in to comment.