Skip to content

Commit 747cdc7

Browse files
authored
Update build.yml
1 parent e6e3d0c commit 747cdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: olafurpg/setup-scala@v5
1414
with:
15-
java-version: adopt@1.11
15+
java-version: openjdk@1.11.0
1616
- name: Format Check
1717
if: matrix.scala == '2.13.1'
1818
run: sbt ++${{matrix.scala}} fmtCheck

0 commit comments

Comments
 (0)