Skip to content

Commit 8213f7c

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent ebbf51e commit 8213f7c

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
@@ -34,6 +34,10 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
timeout-minutes: 60
3636
steps:
37+
- name: Install sbt
38+
if: contains(runner.os, 'macos')
39+
run: brew install sbt
40+
3741
- name: Checkout current branch (full)
3842
uses: actions/checkout@v4
3943
with:
@@ -111,6 +115,10 @@ jobs:
111115
java: [temurin@17]
112116
runs-on: ${{ matrix.os }}
113117
steps:
118+
- name: Install sbt
119+
if: contains(runner.os, 'macos')
120+
run: brew install sbt
121+
114122
- name: Checkout current branch (full)
115123
uses: actions/checkout@v4
116124
with:
@@ -192,6 +200,10 @@ jobs:
192200
java: [temurin@17]
193201
runs-on: ${{ matrix.os }}
194202
steps:
203+
- name: Install sbt
204+
if: contains(runner.os, 'macos')
205+
run: brew install sbt
206+
195207
- name: Checkout current branch (full)
196208
uses: actions/checkout@v4
197209
with:
@@ -224,6 +236,10 @@ jobs:
224236
java: [temurin@17]
225237
runs-on: ${{ matrix.os }}
226238
steps:
239+
- name: Install sbt
240+
if: contains(runner.os, 'macos')
241+
run: brew install sbt
242+
227243
- name: Checkout current branch (full)
228244
uses: actions/checkout@v4
229245
with:

0 commit comments

Comments
 (0)