Skip to content

Commit 975dcca

Browse files
ci: clean up luarocks action
1 parent 97bbd61 commit 975dcca

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/luarocks.yml

-9
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ jobs:
2727
uses: baptiste0928/cargo-install@v3
2828
with:
2929
crate: tree-sitter-cli
30-
- name: Install Lua
31-
uses: leso-kn/gh-actions-lua@master
32-
with:
33-
luaVersion: "5.1"
34-
- name: Install Luarocks
35-
uses: hishamhm/gh-actions-luarocks@master
36-
- name: Install `luarocks-build-treesitter-parser` Package
37-
run: |
38-
luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
3930
- name: LuaRocks Upload
4031
uses: nvim-neorocks/luarocks-tag-release@v7
4132
env:

0 commit comments

Comments
 (0)