Skip to content

Commit f9d80cc

Browse files
committed
workflows: netbsd: fix luajit, lua51-socket
1 parent 1eed5fa commit f9d80cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ jobs:
205205
gmake \
206206
gtk3+ \
207207
lua51-filesystem \
208-
lua-socket \
209-
luajit \
208+
lua51-socket \
209+
LuaJIT2 \
210210
sqlite3 \
211211
webkit-gtk \
212212
git || (cat /var/db/pkgin/pkg_install-err.log && false)

0 commit comments

Comments
 (0)