diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8446a95..d09996c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v2 with: + distribution: 'temurin' java-version: 11 - name: Run tests run: | @@ -26,4 +27,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Formatting - run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck \ No newline at end of file + run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck