Skip to content

Commit

Permalink
Merge pull request #2160 from bjaglin/ubuntu
Browse files Browse the repository at this point in the history
ubuntu-latest now points to 24.04 which does not include sbt
  • Loading branch information
bjaglin authored Jan 10, 2025
2 parents 6eeb97b + 7da5876 commit 1ae0b6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: zulu:${{ matrix.jvm }}
- uses: sbt/setup-sbt@v1
- if: ${{ matrix.os != 'windows' }}
run: sbt test
- if: ${{ matrix.os == 'windows' }}
Expand All @@ -31,13 +32,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1
- uses: sbt/setup-sbt@v1
- run: sbt ci-docs
formatting:
name: Scalafmt and Scalafix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1
- uses: sbt/setup-sbt@v1
- run: ./bin/scalafmt --test
- run: sbt "dogfoodScalafixInterfaces; scalafixAll --check"
mima:
Expand All @@ -48,4 +51,5 @@ jobs:
with:
fetch-depth: 0
- uses: coursier/setup-action@v1
- uses: sbt/setup-sbt@v1
- run: sbt versionPolicyCheck
1 change: 1 addition & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
fetch-depth: 0
- uses: coursier/setup-action@v1
- uses: sbt/setup-sbt@v1
- name: Publish ${{ github.ref }} (without wiping sonatype-stats)
run: |
git restore --source=origin/gh-pages --worktree sonatype-stats
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: temurin:8
- uses: sbt/setup-sbt@v1
- uses: olafurpg/setup-gpg@v3
- name: Check that major or minor was bumped upon compatibility breakage
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 1ae0b6f

Please sign in to comment.