Skip to content

Commit 7e8190f

Browse files
committed
fix(ci): ci configuration -v5
1 parent 45486e5 commit 7e8190f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Install Lua dependencies
4040
sudo apt-get update
41-
sudo apt-get install -y luarocks
41+
sudo apt-get install -y lua5.1 luarocks
4242
sudo luarocks install luacheck
4343
4444
# Install stylua for formatting

0 commit comments

Comments
 (0)