diff --git a/src/Lean/Server/FileWorker/SetupFile.lean b/src/Lean/Server/FileWorker/SetupFile.lean index 4c972c5711..15c5e165ff 100644 --- a/src/Lean/Server/FileWorker/SetupFile.lean +++ b/src/Lean/Server/FileWorker/SetupFile.lean @@ -28,7 +28,7 @@ partial def runLakeSetupFile : IO LakeSetupFileOutput := do let mut args := #["setup-file", filePath.toString] ++ imports.map (toString ยท.module) if m.dependencyBuildMode matches .never then - args := args.push "--no-build" + args := args.push "--no-build" |>.push "--no-cache" let spawnArgs : Process.SpawnArgs := { stdin := Process.Stdio.null stdout := Process.Stdio.piped