File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 10
10
luarocks-upload :
11
11
runs-on : ubuntu-22.04
12
12
steps :
13
+ # HACK: move tree-sitter-cli & c/c++ compilers to luarocks-build-treesitter-parser dependencies
14
+ - name : Install tree-sitter CLI
15
+ uses : baptiste0928/cargo-install@v3
16
+ with :
17
+ crate : tree-sitter-cli
18
+ - name : Install C/C++ Compiler
19
+ uses : rlalik/setup-cpp-compiler@master
20
+ with :
21
+ compiler : clang-latest
13
22
- uses : actions/checkout@v4
14
23
with :
15
24
fetch-depth : 0 # Required to count the commits
33
42
mimetypes
34
43
xml2lua
35
44
fidget.nvim
45
+ tree-sitter-http == 0.0.33
36
46
test_dependencies : |
37
47
nlua
38
48
copy_directories : |
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
name : Luarocks upload
16
16
steps :
17
+ # HACK: move tree-sitter-cli & c/c++ compilers to luarocks-build-treesitter-parser dependencies
18
+ - name : Install tree-sitter CLI
19
+ uses : baptiste0928/cargo-install@v3
20
+ with :
21
+ crate : tree-sitter-cli
22
+ - name : Install C/C++ Compiler
23
+ uses : rlalik/setup-cpp-compiler@master
24
+ with :
25
+ compiler : clang-latest
17
26
- name : Checkout
18
27
uses : actions/checkout@v4
19
28
with :
You can’t perform that action at this time.
0 commit comments