File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 pull_request :
66
77env :
8- LUA_VERSION : " 5.5 "
8+ LUA_VERSION : " 5.4 "
99
1010jobs :
1111 build-linux :
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
You can’t perform that action at this time.
0 commit comments