Skip to content

Commit

Permalink
CI: Setup SBT manually
Browse files Browse the repository at this point in the history
One of the core developers of SBT has kindly created an action to replace
the missing SBT in newer Ubuntu images.
https://github.com/marketplace/actions/setup-sbt-installer

Closes: #4267
  • Loading branch information
ptomato committed Oct 15, 2024
1 parent 4b17ad3 commit 1f7570f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/esmeta-test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Add to PATH
shell: bash
run: |
Expand Down

0 comments on commit 1f7570f

Please sign in to comment.