Skip to content

Commit

Permalink
Fix missing sbt runner (#2113)
Browse files Browse the repository at this point in the history
Since github unses ubuntu-24.04 as ubuntu-latest the sbt runner is
missing. This "action" installs the official sbt runner.
  • Loading branch information
dr0i committed Dec 17, 2024
1 parent 6593cd3 commit d39f084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
cd src/test/resources/
bash validateJsonTestFiles.sh
cd -
- uses: sbt/setup-sbt@v1
- name: Cache SBT
uses: actions/cache@v3
with:
Expand Down

0 comments on commit d39f084

Please sign in to comment.