diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f95b47d0..9c3d9a86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,9 @@ jobs: - uses: actions/setup-java@v4 with: java-version: 11 - distribution: adopt + distribution: temurin + cache: sbt + - uses: sbt/setup-sbt@v1 - run: sbt '++2.12.19; docs/mdoc' test-windows: name: "Windows" @@ -41,7 +43,9 @@ jobs: - uses: actions/setup-java@v4 with: java-version: 11 - distribution: adopt + distribution: temurin + cache: sbt + - uses: sbt/setup-sbt@v1 - run: sbt '++2.13.15 test' shell: bash test: @@ -67,5 +71,7 @@ jobs: - uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} - distribution: adopt + distribution: temurin + cache: sbt + - uses: sbt/setup-sbt@v1 - run: sbt ${{ matrix.command }} diff --git a/.github/workflows/mdoc.yml b/.github/workflows/mdoc.yml index 47e00806..e4a3cb67 100644 --- a/.github/workflows/mdoc.yml +++ b/.github/workflows/mdoc.yml @@ -16,7 +16,8 @@ jobs: - uses: actions/setup-java@v4 with: java-version: 11 - distribution: adopt + distribution: temurin + - uses: sbt/setup-sbt@v1 - uses: olafurpg/setup-gpg@v3 - run: sbt '++2.12.19; docs/docusaurusPublishGhpages' env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c548d37..ad74b30b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,9 @@ jobs: - uses: actions/setup-java@v4 with: java-version: 11 - distribution: adopt + distribution: temurin + cache: sbt + - uses: sbt/setup-sbt@v1 - uses: olafurpg/setup-gpg@v3 - name: Publish ${{ github.ref }} run: sbt ci-release