Skip to content

Commit

Permalink
Use latest released version by commit id.
Browse files Browse the repository at this point in the history
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
  • Loading branch information
airween and theseion authored Jan 5, 2025
1 parent 849131c commit 72bb873
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ jobs:
fetch-depth: 0
- name: Build GeoIP
run: |
git clone --depth 1 https://github.com/maxmind/geoip-api-c.git
git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
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
Expand Down

0 comments on commit 72bb873

Please sign in to comment.