Skip to content

Commit 97bbd61

Browse files
ci: add tree-sitter-cli installation
1 parent f258058 commit 97bbd61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/luarocks.yml

+4
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:

0 commit comments

Comments
 (0)