Skip to content

Commit

Permalink
Fix sbt command not found after checkout target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 9, 2024
1 parent 33e2aa2 commit 452bc11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.ref }}
- name: Setup SBT
uses: sbt/setup-sbt@v1
if: ${{ github.event_name == 'pull_request' && (matrix.jobtype >= 4 && matrix.jobtype <= 6) }}
- name: Benchmark (Scalac) against Target Branch (4)
if: ${{ github.event_name == 'pull_request' && matrix.jobtype == 4 }}
shell: bash
Expand Down

0 comments on commit 452bc11

Please sign in to comment.