mirror of https://github.com/tc39/test262.git
CI: Setup SBT manually
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
This commit is contained in:
parent
4b17ad3f3d
commit
9f3ea11f7f
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue