We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c88a78 commit d9f6c18Copy full SHA for d9f6c18
.github/workflows/ci.yaml
@@ -87,6 +87,7 @@ jobs:
87
image: lampepfl/dotty:2024-10-18
88
options: --cpu-shares 4096
89
volumes:
90
+ - /nfs-cache/.develocity/build-cache/${{ github.event.pull_request.number }}:/root/.sbt/1.0/.develocity/build-cache:ro
91
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
92
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
93
- ${{ github.workspace }}/../../cache/general:/root/.cache
0 commit comments