We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b939f6 commit 11e0cbcCopy full SHA for 11e0cbc
_overviews/contributors/index.md
@@ -72,7 +72,9 @@ jobs:
72
runs-on: ubuntu-latest
73
steps:
74
- uses: actions/checkout@v2 # Retrieve the content of the repository
75
- - uses: olafurpg/setup-scala@v12 # Set up a jdk and sbt
+ - uses: actions/setup-java@v2 # Set up a jdk
76
+ with:
77
+ distribution: temurin
78
- name: unit tests # Custom action consisting of a shell command
79
run: sbt +test
80
~~~
0 commit comments