Skip to content

Commit

Permalink
Update WorkflowStep.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jun 12, 2022
1 parent 6156309 commit b496145
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -73,7 +73,8 @@ object WorkflowStep {
UseRef.Public("actions", "setup-java", "v3"),
name = Some(s"Setup Java (${jv.render})"),
cond = Some(s"matrix.java == '${jv.render}'"),
params = Map("distribution" -> dist.rendering, "java-version" -> version, "cache" -> "sbt")
params =
Map("distribution" -> dist.rendering, "java-version" -> version, "cache" -> "sbt")
) :: Nil
}

Expand Down

0 comments on commit b496145

Please sign in to comment.