mirror of
https://github.com/tc39/test262.git
synced 2025-07-29 00:44:32 +02:00
CI: Only install SBT if not present on Ubuntu image
This commit is contained in:
parent
9f3ea11f7f
commit
8eb3a0dfde
2
.github/workflows/esmeta-test262.yml
vendored
2
.github/workflows/esmeta-test262.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
java-version: 17
|
||||
- name: Setup SBT
|
||||
uses: sbt/setup-sbt@v1
|
||||
if: ${{ hashFiles('/usr/bin/sbt') == '' }}
|
||||
# https://www.peterbe.com/plog/how-to-run-workflow-step-if-a-file-exists
|
||||
- name: Add to PATH
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user