mirror of
https://github.com/google/gn-language-server.git
synced 2025-12-23 12:26:43 +00:00
Fix cargo execution
This commit is contained in:
parent
f6664b55ed
commit
c31e7f7200
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ tasks {
|
|||
}
|
||||
|
||||
val buildLanguageServer = register<Exec>("buildLanguageServer") {
|
||||
commandLine("cargo", "build", "--release")
|
||||
commandLine("sh", "-c", "cargo build --release")
|
||||
workingDir = file("..")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue