We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896042d commit e91f0c9Copy full SHA for e91f0c9
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
distribution: temurin
28
java-version: ${{ matrix.java }}
29
+ - uses: sbt/setup-sbt@v1
30
- name: Run tests
31
run: |
32
git clone https://github.com/gitbucket/gitbucket.git
0 commit comments