Skip to content

Commit b77c0b5

Browse files
committed
ci: install a required package for luarocks to release
1 parent da63080 commit b77c0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
mkdir -p ~/.local/share/nvim/site/pack/vendor/start
4949
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
5050
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
51+
luarocks install dkjson
5152
-
5253
name: Generate changelog
5354
run: |

0 commit comments

Comments
 (0)