chore(build): Build-LuaTiktoken.ps1 (#243)
This commit is contained in:
parent
db1f1efb27
commit
3d3a249119
@ -11,7 +11,7 @@ function Build-FromSource($feature) {
|
||||
}
|
||||
|
||||
$tempDir = Join-Path $BuildDir "lua-tiktoken-temp"
|
||||
git clone https://github.com/gptlang/lua-tiktoken.git $tempDir
|
||||
git clone --branch v0.2.2 --depth 1 https://github.com/gptlang/lua-tiktoken.git $tempDir
|
||||
|
||||
Push-Location $tempDir
|
||||
cargo build --features=$feature
|
||||
|
Loading…
x
Reference in New Issue
Block a user