mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 14:35:30 +02:00
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
2
.github/workflows/esmeta-test262.yml
vendored
2
.github/workflows/esmeta-test262.yml
vendored
@ -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…
x
Reference in New Issue
Block a user