Add installPersistentTooling call to cached install
This commit is contained in:
parent
50517227db
commit
049fc4b00b
|
|
@ -128,6 +128,7 @@ async function installTooling(cached: boolean, log?: (msg: string) => void): Pro
|
|||
await run(
|
||||
$`container exec --user ${USER} ${CONTAINER_NAME} bash -c ${"tar xzf /sandlot/.cache/nvim.tar.gz -C ~/.local --strip-components=1"}`,
|
||||
"Install cached Neovim")
|
||||
await installPersistentTooling(log)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user