Skip to content

Commit 7248aa5

Browse files
committed
Make sure coursier install sbt on the CI
1 parent 997be17 commit 7248aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: coursier/setup-action@v1
2323
with:
2424
jvm: ${{ matrix.jdk }}
25-
apps: sbtn
25+
apps: sbtn sbt
2626
- name: Set up Python ${{ matrix.python }}
2727
uses: actions/setup-python@v2
2828
with:

0 commit comments

Comments
 (0)