Skip to content

Commit 0b2fdd0

Browse files
authored
Update starter-workflow.yml
1 parent 164cd42 commit 0b2fdd0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

starter-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
# this needs to be appropriately configured for your project
2020
- name: Setup Java
2121
uses: actions/setup-java@v3
22+
with:
23+
distribution: 'temurin'
24+
java-version: 11
2225
# do your build steps. This example uses sbt
2326
- name: Compile with sbt
2427
run: sbt compile

0 commit comments

Comments
 (0)