Skip to content

Commit 1b724c6

Browse files
committed
ci: fix FreeBSD Lua library name (lua54, not lua-5.4)
1 parent 45bba4c commit 1b724c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
./configure --enable-lua \
2020
CPPFLAGS='-I/usr/local/include/lua54' \
21-
LUA_LIBS='-llua-5.4' \
21+
LUA_LIBS='-llua54' \
2222
CFLAGS='-g -O2 -Wno-pointer-sign' \
2323
--with-test-socket=unix:/tmp/opendkim-test.sock
2424

0 commit comments

Comments
 (0)