Skip to content

Commit 72bb873

Browse files
airweentheseion
andauthored
Use latest released version by commit id.
Co-authored-by: Max Leske <[email protected]>
1 parent 849131c commit 72bb873

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ jobs:
112112
fetch-depth: 0
113113
- name: Build GeoIP
114114
run: |
115-
git clone --depth 1 https://github.com/maxmind/geoip-api-c.git
115+
git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
116+
git fetch --tags
117+
# Check out the last release, v1.6.12
118+
git checkout 4b526e7331ca1d692b74a0509ddcc725622ed31a
116119
cd geoip-api-c
117120
autoreconf --install
118121
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew

0 commit comments

Comments
 (0)