File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 35
35
timeout-minutes : 60
36
36
steps :
37
37
- name : Install sbt
38
- if : contains(runner.os, 'macos')
39
- run : brew install sbt
38
+ uses : sbt/setup-sbt@v1
40
39
41
40
- name : Checkout current branch (full)
42
41
uses : actions/checkout@v4
@@ -104,8 +103,7 @@ jobs:
104
103
runs-on : ${{ matrix.os }}
105
104
steps :
106
105
- name : Install sbt
107
- if : contains(runner.os, 'macos')
108
- run : brew install sbt
106
+ uses : sbt/setup-sbt@v1
109
107
110
108
- name : Checkout current branch (full)
111
109
uses : actions/checkout@v4
@@ -219,8 +217,7 @@ jobs:
219
217
runs-on : ${{ matrix.os }}
220
218
steps :
221
219
- name : Install sbt
222
- if : contains(runner.os, 'macos')
223
- run : brew install sbt
220
+ uses : sbt/setup-sbt@v1
224
221
225
222
- name : Checkout current branch (full)
226
223
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments