Skip to content

Commit 2e831dc

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent a1f32f2 commit 2e831dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
timeout-minutes: 60
3535
steps:
3636
- name: Install sbt
37-
if: contains(runner.os, 'macos')
38-
run: brew install sbt
37+
uses: sbt/setup-sbt@v1
3938

4039
- name: Checkout current branch (full)
4140
uses: actions/checkout@v4
@@ -120,8 +119,7 @@ jobs:
120119
runs-on: ${{ matrix.os }}
121120
steps:
122121
- name: Install sbt
123-
if: contains(runner.os, 'macos')
124-
run: brew install sbt
122+
uses: sbt/setup-sbt@v1
125123

126124
- name: Checkout current branch (full)
127125
uses: actions/checkout@v4

0 commit comments

Comments
 (0)