From 9f3ea11f7f6512688aa6ffb737155ca0dab100ae Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Tue, 15 Oct 2024 16:59:19 -0700 Subject: [PATCH] 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 --- .github/workflows/esmeta-test262.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/esmeta-test262.yml b/.github/workflows/esmeta-test262.yml index 2c605d0177..1198567691 100644 --- a/.github/workflows/esmeta-test262.yml +++ b/.github/workflows/esmeta-test262.yml @@ -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: |