We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b65c4e commit b94d431Copy full SHA for b94d431
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
distribution: temurin
19
- uses: actions/checkout@v4
20
- uses: coursier/cache-action@v6
21
+ - uses: sbt/setup-sbt@v1
22
- run: sbt -v compile paradox
23
- run: sudo apt-get install tree
24
- run: tree target
0 commit comments