Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jchyb committed Oct 28, 2024
1 parent ede1b04 commit 92f4450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/main/scala/bloop/engine/tasks/CompileTask.scala
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ object CompileTask {
Task.eval {
logger.debug(s"Deleting contents of orphan dir $classesDir")
BloopPaths.delete(classesDir)
}.asyncBoundary
}
}

Task
Expand All @@ -541,5 +541,6 @@ object CompileTask {
)
)
.map(_ => ())
.asyncBoundary
}
}

0 comments on commit 92f4450

Please sign in to comment.