Skip to content

Commit 3dfd256

Browse files
authored
Setup sbt in Codecov workflow on master
1 parent d967bb8 commit 3dfd256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master-codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-java@v4
1212
with:
13+
cache: sbt
1314
distribution: adopt
1415
java-version: 11
16+
- uses: sbt/setup-sbt@v1
1517
- uses: actions/cache@v4
1618
with:
1719
path: ~/.ivy2/cache

0 commit comments

Comments
 (0)