Skip to content

Commit 1423a8c

Browse files
authored
Remove setup-sbt from nightly build workflow (#92)
1 parent f45b7ca commit 1423a8c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,15 @@ jobs:
2323
java-version: ${{ matrix.java }}
2424
distribution: temurin
2525

26-
- name: Setup sbt launcher
27-
uses: sbt/setup-sbt@v1
28-
2926
- name: Run tests
3027
run: |
3128
cd gitbucket
32-
sbt scalafmtSbtCheck scalafmtCheckAll test
29+
./sbt scalafmtSbtCheck scalafmtCheckAll test
3330
3431
- name: Build executable
3532
run: |
3633
cd gitbucket
37-
sbt executable
34+
./sbt executable
3835
3936
- name: Check out the repo
4037
uses: actions/checkout@v7

0 commit comments

Comments
 (0)