Skip to content

Commit 74bf0ae

Browse files
authored
Setup sbt explicitly in nightly build (#78)
1 parent a88828f commit 74bf0ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
java-version: ${{ matrix.java }}
2424
distribution: adopt
2525

26+
- name: Setup sbt launcher
27+
uses: sbt/setup-sbt@v1
28+
2629
- name: Run tests
2730
run: |
2831
cd gitbucket

0 commit comments

Comments
 (0)