Skip to content

Commit 5fb3a9e

Browse files
committed
test installing sbt & bloop via coursier
1 parent 649bae2 commit 5fb3a9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sbt_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
distribution: temurin
4848
java-version: ${{ matrix.java.ver }}
4949

50-
- name: Set up sbt
51-
uses: sbt/setup-sbt@v1
50+
# - name: Set up sbt
51+
# uses: sbt/setup-sbt@v1
5252

5353
- name: Set up Scala (via Coursier)
5454
uses: coursier/setup-action@v2
5555
with:
56-
apps: scala
56+
apps: bloop sbt scala
5757

5858
- name: Set up .NET SDK
5959
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)