Skip to content

Commit 7ed8996

Browse files
hopefully install works now
1 parent 4b1fb57 commit 7ed8996

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install LuaRocks
2424
uses: leafo/gh-actions-luarocks@v4
2525
with:
26-
luarocksVersion: "3.11.1"
26+
luarocksVersion: "3.10.0"
2727

2828
- name: Build
2929
run: scripts/setup_local_luarocks.sh

luarocks.lock

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ return {
1111
["ltreesitter-ts"] = "0.0.1-1",
1212
["lua-cjson"] = "2.1.0.10-1",
1313
luafilesystem = "1.8.0-1",
14-
["luarocks-build-tree-sitter-cli"] = "0.0.2-1",
15-
["luarocks-build-treesitter-parser"] = "6.0.0-1",
1614
lusc_luv = "4.0.1-1",
1715
luv = "1.50.0-1",
1816
tl = "0.24.4-1",
19-
["tree-sitter-cli"] = "0.24.4-1",
17+
["tree-sitter-cli"] = "0.24.4-2",
2018
["tree-sitter-teal"] = "0.0.33-1"
2119
},
2220
}

teal-language-server-0.1.0-1.rockspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ description = {
1515
license = "MIT"
1616
}
1717

18+
build_dependencies = {
19+
"luarocks-build-treesitter-parser >= 6.0.0", -- can be removed when tree-sitter-teal specifies this version >= 6
20+
}
21+
1822
dependencies = {
1923
"luafilesystem",
2024
"tl == 0.24.4",
@@ -25,7 +29,6 @@ dependencies = {
2529
"lusc_luv >= 4.0",
2630
"ltreesitter-ts == 0.0.1", -- can be removed when ltreesitter updates
2731
"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
2932
"tree-sitter-teal == 0.0.33",
3033
}
3134

0 commit comments

Comments
 (0)