From a332567b85e9aedce34209e30445aeea8e1957ad Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Sun, 5 Jan 2025 16:41:05 +0100 Subject: [PATCH] Set correct order of commands --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c741a43..60b6db91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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