From b45605e85286ff715d3f65382192afc088f368fa Mon Sep 17 00:00:00 2001 From: Igor Konnov Date: Mon, 16 Dec 2024 14:51:20 +0100 Subject: [PATCH] add explicit uses for the new ubuntu image --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d33971adb..f91d6b3f1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,6 +53,8 @@ jobs: with: distribution: temurin java-version: 17 + # see: https://github.com/actions/runner-images/issues/10788 + - uses: sbt/setup-sbt@v1 - name: Check scaladoc run: sbt unidoc @@ -67,6 +69,8 @@ jobs: with: distribution: temurin java-version: 17 + # see: https://github.com/actions/runner-images/issues/10788 + - uses: sbt/setup-sbt@v1 - name: Coursier cache uses: coursier/cache-action@v6 - name: Set APALACHE_HOME env @@ -100,6 +104,8 @@ jobs: with: jvm: temurin:1.17 apps: sbtn + # see: https://github.com/actions/runner-images/issues/10788 + - uses: sbt/setup-sbt@v1 - name: Set APALACHE_HOME env # See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable run: echo "APALACHE_HOME=$GITHUB_WORKSPACE" >> $GITHUB_ENV