Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TOREE-561] Install sbt in GitHub Actions #227

Merged
merged 2 commits into from
Feb 20, 2025
Merged

Conversation

pjfanning
Copy link
Contributor

sbt is no longer added to ubuntu-latest in GitHub CI. You have to install it explicitly.

with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Add SBT launcher
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this step is useless then?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 53 installs sbt which your build needs

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean line 54-57

@pan3793 pan3793 changed the title fix issue with missing sbt in build.yml [TOREE-561] Install sbt in GitHub Actions Feb 20, 2025
@pan3793 pan3793 merged commit dc20b16 into apache:master Feb 20, 2025
2 checks passed
@pan3793
Copy link
Member

pan3793 commented Feb 20, 2025

Thanks, merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants