Skip to content

Commit 6439384

Browse files
Easton97-Jensjens
authored andcommitted
Update ci.yml
1 parent 381cb96 commit 6439384

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
LUA_VERSION: "5.5"
8+
LUA_VERSION: "5.4"
99

1010
jobs:
1111
build-linux:
@@ -58,8 +58,8 @@ jobs:
5858
- name: Setup Dependencies (x64)
5959
if: ${{ matrix.platform.label == 'x64' }}
6060
run: |
61-
sudo apt-get install -y libgeoip-dev:${{ matrix.platform.arch }} \
62-
libfuzzy-dev:${{ matrix.platform.arch }}
61+
sudo apt-get install -y libfuzzy-dev:${{ matrix.platform.arch }}
62+
6363
- uses: actions/checkout@v6
6464
with:
6565
submodules: recursive
@@ -116,16 +116,6 @@ jobs:
116116
with:
117117
submodules: recursive
118118
fetch-depth: 0
119-
- name: Build GeoIP
120-
run: |
121-
git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
122-
cd geoip-api-c
123-
git fetch --tags
124-
# Check out the last release, v1.6.12
125-
git checkout 4b526e7331ca1d692b74a0509ddcc725622ed31a
126-
autoreconf --install
127-
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
128-
make install
129119
- name: build.sh
130120
run: ./build.sh
131121
- name: configure

0 commit comments

Comments
 (0)