Skip to content

Commit ccbb38b

Browse files
committed
fix(ci): ci configuration -v8
1 parent 2e22acf commit ccbb38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
# Install sqlparse
3737
pip install sqlparse
3838
39-
# Install Lua dependencies
39+
# Install LuaJIT and LuaRocks
4040
sudo apt-get update
41-
sudo apt-get install -y lua5.1 luarocks
41+
sudo apt-get install -y luajit luarocks
4242
sudo luarocks install luacheck
4343
4444
# Install stylua for formatting

0 commit comments

Comments
 (0)