Skip to content

Commit bdbbf55

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent a6430bc commit bdbbf55

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
timeout-minutes: 60
3636
steps:
3737
- name: Install sbt
38-
if: contains(runner.os, 'macos')
39-
run: brew install sbt
38+
uses: sbt/setup-sbt@v1
4039

4140
- name: Checkout current branch (full)
4241
uses: actions/checkout@v4
@@ -104,8 +103,7 @@ jobs:
104103
runs-on: ${{ matrix.os }}
105104
steps:
106105
- name: Install sbt
107-
if: contains(runner.os, 'macos')
108-
run: brew install sbt
106+
uses: sbt/setup-sbt@v1
109107

110108
- name: Checkout current branch (full)
111109
uses: actions/checkout@v4
@@ -219,8 +217,7 @@ jobs:
219217
runs-on: ${{ matrix.os }}
220218
steps:
221219
- name: Install sbt
222-
if: contains(runner.os, 'macos')
223-
run: brew install sbt
220+
uses: sbt/setup-sbt@v1
224221

225222
- name: Checkout current branch (full)
226223
uses: actions/checkout@v4

0 commit comments

Comments
 (0)