We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bbd61 commit 975dccaCopy full SHA for 975dcca
.github/workflows/luarocks.yml
@@ -27,15 +27,6 @@ jobs:
27
uses: baptiste0928/cargo-install@v3
28
with:
29
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
39
- name: LuaRocks Upload
40
uses: nvim-neorocks/luarocks-tag-release@v7
41
env:
0 commit comments