Skip to content

Commit

Permalink
CI: Only install SBT if not present on Ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Oct 16, 2024
1 parent 1f7570f commit 4490108
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 @@ -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: |
Expand Down

0 comments on commit 4490108

Please sign in to comment.