Skip to content

Commit

Permalink
Install sbt for Mac OS (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-leuthaeuser authored Apr 25, 2024
1 parent ea9f930 commit 8621c9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Install sbt
if: matrix.os == 'macos-latest'
run: brew install sbt
- name: Install Swift
uses: SwiftyLab/setup-swift@latest
with:
Expand Down

0 comments on commit 8621c9b

Please sign in to comment.