Skip to content

Commit a332567

Browse files
authored
Set correct order of commands
1 parent 72bb873 commit a332567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ jobs:
113113
- name: Build GeoIP
114114
run: |
115115
git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
116+
cd geoip-api-c
116117
git fetch --tags
117118
# Check out the last release, v1.6.12
118119
git checkout 4b526e7331ca1d692b74a0509ddcc725622ed31a
119-
cd geoip-api-c
120120
autoreconf --install
121121
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
122122
make install

0 commit comments

Comments
 (0)