Skip to content

Commit

Permalink
Set up sbt explicitly because it will be dropped in ubuntu-24.04 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp authored Jan 3, 2025
1 parent 9b9977d commit aeee9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-all-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
java-version: 21
distribution: temurin
- uses: sbt/setup-sbt@v1
- name: 'Build all samples using JShell'
run: java src/Builder.java
- name: 'Check automation for updating versions'
Expand Down

0 comments on commit aeee9a6

Please sign in to comment.