Skip to content

Commit

Permalink
add explicit uses for the new ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Dec 16, 2024
1 parent 8448c84 commit b45605e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b45605e

Please sign in to comment.