Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 5258f33

Browse files
jainejaine
authored andcommitted
ci: install lua5.4-dev for rock builds
1 parent dbaab71 commit 5258f33

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
- name: Install Lua 5.4
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y lua5.4 luarocks
21+
sudo apt-get install -y lua5.4 lua5.4-dev luarocks
2222
2323
- name: "Install required rocks (Lua 5.4: lua-cjson/luv/lsqlite3/luaossl)"
2424
run: |

0 commit comments

Comments
 (0)