Skip to content

Commit 9c030d4

Browse files
committed
try to work about sbt issues in CI
1 parent eb82e72 commit 9c030d4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
cache: sbt
4242

4343
- name: Setup sbt
44-
uses: sbt/setup-sbt@v1
45-
46-
- name: Check that workflows are up to date
47-
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
44+
uses: actions/setup-sbt-installer@v1
4845

4946
- name: Scala 2.13 build
5047
if: startsWith(matrix.scala, '2.13')
@@ -88,7 +85,7 @@ jobs:
8885
cache: sbt
8986

9087
- name: Setup sbt
91-
uses: sbt/setup-sbt@v1
88+
uses: actions/setup-sbt-installer@v1
9289

9390
- name: Download target directories (2.11.12)
9491
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)