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