We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164cd42 commit 0b2fdd0Copy full SHA for 0b2fdd0
1 file changed
starter-workflow.yml
@@ -19,6 +19,9 @@ jobs:
19
# this needs to be appropriately configured for your project
20
- name: Setup Java
21
uses: actions/setup-java@v3
22
+ with:
23
+ distribution: 'temurin'
24
+ java-version: 11
25
# do your build steps. This example uses sbt
26
- name: Compile with sbt
27
run: sbt compile
0 commit comments