github-actions-dhall icon indicating copy to clipboard operation
github-actions-dhall copied to clipboard

Scala.dhall seems to have matrix.scala instead of matrix.java for jdk version

Open winitzki opened this issue 2 years ago • 0 comments

https://github.com/regadas/github-actions-dhall/blob/master/examples/scala.dhall

I'm having trouble using this for my project because of this line:

https://github.com/regadas/github-actions-dhall/blob/master/examples/scala.dhall#L51

I think it should be matrix.java here instead of matrix.scala. Otherwise I'm getting errors like "jdk 2.12.11 does not exist".

winitzki avatar Nov 20 '23 11:11 winitzki