File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install LuaRocks
24
24
uses : leafo/gh-actions-luarocks@v4
25
25
with :
26
- luarocksVersion : " 3.11.1 "
26
+ luarocksVersion : " 3.10.0 "
27
27
28
28
- name : Build
29
29
run : scripts/setup_local_luarocks.sh
Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ return {
11
11
["ltreesitter-ts"] = "0.0.1-1",
12
12
["lua-cjson"] = "2.1.0.10-1",
13
13
luafilesystem = "1.8.0-1",
14
- ["luarocks-build-tree-sitter-cli"] = "0.0.2-1",
15
- ["luarocks-build-treesitter-parser"] = "6.0.0-1",
16
14
lusc_luv = "4.0.1-1",
17
15
luv = "1.50.0-1",
18
16
tl = "0.24.4-1",
19
- ["tree-sitter-cli"] = "0.24.4-1 ",
17
+ ["tree-sitter-cli"] = "0.24.4-2 ",
20
18
["tree-sitter-teal"] = "0.0.33-1"
21
19
},
22
20
}
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ description = {
15
15
license = " MIT"
16
16
}
17
17
18
+ build_dependencies = {
19
+ " luarocks-build-treesitter-parser >= 6.0.0" , -- can be removed when tree-sitter-teal specifies this version >= 6
20
+ }
21
+
18
22
dependencies = {
19
23
" luafilesystem" ,
20
24
" tl == 0.24.4" ,
@@ -25,7 +29,6 @@ dependencies = {
25
29
" lusc_luv >= 4.0" ,
26
30
" ltreesitter-ts == 0.0.1" , -- can be removed when ltreesitter updates
27
31
" tree-sitter-cli == 0.24.4" ,
28
- " luarocks-build-treesitter-parser >= 6.0.0" , -- can be removed when tree-sitter-teal specifies this version >= 6
29
32
" tree-sitter-teal == 0.0.33" ,
30
33
}
31
34
You can’t perform that action at this time.
0 commit comments