Skip to content

Commit acb6859

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent e02437c commit acb6859

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
@@ -111,8 +110,7 @@ jobs:
111110
runs-on: ${{ matrix.os }}
112111
steps:
113112
- name: Install sbt
114-
if: contains(runner.os, 'macos')
115-
run: brew install sbt
113+
uses: sbt/setup-sbt@v1
116114

117115
- name: Checkout current branch (full)
118116
uses: actions/checkout@v4
@@ -196,8 +194,7 @@ jobs:
196194
runs-on: ${{ matrix.os }}
197195
steps:
198196
- name: Install sbt
199-
if: contains(runner.os, 'macos')
200-
run: brew install sbt
197+
uses: sbt/setup-sbt@v1
201198

202199
- name: Checkout current branch (full)
203200
uses: actions/checkout@v4

0 commit comments

Comments
 (0)