1 parent 45bba4c commit 1b724c6Copy full SHA for 1b724c6
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
./configure --enable-lua \
20
CPPFLAGS='-I/usr/local/include/lua54' \
21
- LUA_LIBS='-llua-5.4' \
+ LUA_LIBS='-llua54' \
22
CFLAGS='-g -O2 -Wno-pointer-sign' \
23
--with-test-socket=unix:/tmp/opendkim-test.sock
24
0 commit comments