Skip to content

Commit 98d9db3

Browse files
authored
ci(luarocks): fix luarocks upload (#787)
1 parent 328ef85 commit 98d9db3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/luarocks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
uses: rlalik/setup-cpp-compiler@master
2424
with:
2525
compiler: clang-latest
26+
- name: Install tree-sitter CLI
27+
uses: baptiste0928/cargo-install@v3
28+
with:
29+
crate: tree-sitter-cli
2630
- name: Install Lua
2731
uses: leso-kn/gh-actions-lua@master
2832
with:
@@ -33,7 +37,7 @@ jobs:
3337
run: |
3438
luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
3539
- name: LuaRocks Upload
36-
uses: nvim-neorocks/luarocks-tag-release@v5
40+
uses: nvim-neorocks/luarocks-tag-release@v7
3741
env:
3842
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
3943
with:

0 commit comments

Comments
 (0)