Skip to content

Commit 1e627fc

Browse files
ci(luarocks): remove unnecessary steps from github action
1 parent 585190e commit 1e627fc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/luarocks.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ jobs:
2424
uses: baptiste0928/cargo-install@v3
2525
with:
2626
crate: tree-sitter-cli
27-
- name: Install Lua
28-
uses: leso-kn/gh-actions-lua@master
29-
with:
30-
luaVersion: "5.1"
31-
- name: Install Luarocks
32-
uses: hishamhm/gh-actions-luarocks@master
33-
- name: Install `luarocks-build-treesitter-parser` Package
34-
run: |
35-
luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
3627
- name: LuaRocks Upload
3728
uses: nvim-neorocks/luarocks-tag-release@v7
3829
env:

0 commit comments

Comments
 (0)