Skip to content

Commit e62b3dd

Browse files
committed
pin tree-stter version
1 parent f918bfb commit e62b3dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ if ($null -ne $packageType) {
263263
if ($null -eq (Get-Command tree-sitter -ErrorAction Ignore)) {
264264
Write-Verbose -Verbose "tree-sitter not found, installing..."
265265
if ($UseCFS) {
266-
cargo install tree-sitter-cli --config .cargo/config.toml
266+
cargo install tree-sitter-cli --config .cargo/config.toml --version 0.25.10
267267
} else {
268-
cargo install tree-sitter-cli
268+
cargo install tree-sitter-cli --version 0.25.10
269269
}
270270
if ($LASTEXITCODE -ne 0) {
271271
throw "Failed to install tree-sitter-cli"

0 commit comments

Comments
 (0)