We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585190e commit 1e627fcCopy full SHA for 1e627fc
.github/workflows/luarocks.yml
@@ -24,15 +24,6 @@ jobs:
24
uses: baptiste0928/cargo-install@v3
25
with:
26
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
36
- name: LuaRocks Upload
37
uses: nvim-neorocks/luarocks-tag-release@v7
38
env:
0 commit comments