File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 3535 timeout-minutes : 60
3636 steps :
3737 - name : Install sbt
38- if : contains(runner.os, 'macos')
39- run : brew install sbt
38+ uses : sbt/setup-sbt@v1
4039
4140 - name : Checkout current branch (full)
4241 uses : actions/checkout@v4
@@ -108,8 +107,7 @@ jobs:
108107 runs-on : ${{ matrix.os }}
109108 steps :
110109 - name : Install sbt
111- if : contains(runner.os, 'macos')
112- run : brew install sbt
110+ uses : sbt/setup-sbt@v1
113111
114112 - name : Checkout current branch (full)
115113 uses : actions/checkout@v4
@@ -253,8 +251,7 @@ jobs:
253251 runs-on : ${{ matrix.os }}
254252 steps :
255253 - name : Install sbt
256- if : contains(runner.os, 'macos')
257- run : brew install sbt
254+ uses : sbt/setup-sbt@v1
258255
259256 - name : Checkout current branch (full)
260257 uses : actions/checkout@v4
@@ -289,8 +286,7 @@ jobs:
289286 runs-on : ${{ matrix.os }}
290287 steps :
291288 - name : Install sbt
292- if : contains(runner.os, 'macos')
293- run : brew install sbt
289+ uses : sbt/setup-sbt@v1
294290
295291 - name : Checkout current branch (full)
296292 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments