Commit acb6859 1 parent e02437c commit acb6859 Copy full SHA for acb6859
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
@@ -111,8 +110,7 @@ jobs:
111
110
runs-on : ${{ matrix.os }}
112
111
steps :
113
112
- name : Install sbt
114
- if : contains(runner.os, 'macos')
115
- run : brew install sbt
113
+ uses : sbt/setup-sbt@v1
116
114
117
115
- name : Checkout current branch (full)
118
116
uses : actions/checkout@v4
@@ -196,8 +194,7 @@ jobs:
196
194
runs-on : ${{ matrix.os }}
197
195
steps :
198
196
- name : Install sbt
199
- if : contains(runner.os, 'macos')
200
- run : brew install sbt
197
+ uses : sbt/setup-sbt@v1
201
198
202
199
- name : Checkout current branch (full)
203
200
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments