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
@@ -108,8 +107,7 @@ jobs:
108
107
runs-on : ${{ matrix.os }}
109
108
steps :
110
109
- name : Install sbt
111
- if : contains(runner.os, 'macos')
112
- run : brew install sbt
110
+ uses : sbt/setup-sbt@v1
113
111
114
112
- name : Checkout current branch (full)
115
113
uses : actions/checkout@v4
@@ -253,8 +251,7 @@ jobs:
253
251
runs-on : ${{ matrix.os }}
254
252
steps :
255
253
- name : Install sbt
256
- if : contains(runner.os, 'macos')
257
- run : brew install sbt
254
+ uses : sbt/setup-sbt@v1
258
255
259
256
- name : Checkout current branch (full)
260
257
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments