Skip to content

Commit 102f743

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 25a2cee commit 102f743

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
timeout-minutes: 60
5050
steps:
51+
- name: Install sbt
52+
if: contains(runner.os, 'macos')
53+
run: brew install sbt
54+
5155
- name: Checkout current branch (full)
5256
uses: actions/checkout@v4
5357
with:
@@ -151,6 +155,10 @@ jobs:
151155
java: [temurin@8]
152156
runs-on: ${{ matrix.os }}
153157
steps:
158+
- name: Install sbt
159+
if: contains(runner.os, 'macos')
160+
run: brew install sbt
161+
154162
- name: Checkout current branch (full)
155163
uses: actions/checkout@v4
156164
with:
@@ -288,6 +296,10 @@ jobs:
288296
java: [temurin@8]
289297
runs-on: ${{ matrix.os }}
290298
steps:
299+
- name: Install sbt
300+
if: contains(runner.os, 'macos')
301+
run: brew install sbt
302+
291303
- name: Checkout current branch (full)
292304
uses: actions/checkout@v4
293305
with:
@@ -346,6 +358,10 @@ jobs:
346358
java: [temurin@11]
347359
runs-on: ${{ matrix.os }}
348360
steps:
361+
- name: Install sbt
362+
if: contains(runner.os, 'macos')
363+
run: brew install sbt
364+
349365
- name: Checkout current branch (full)
350366
uses: actions/checkout@v4
351367
with:

0 commit comments

Comments
 (0)