1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2024-11-24 04:29:16 +01:00

Add Coursier to recommended Scala setup

This commit is contained in:
Hugo van Rijswijk 2020-05-29 12:59:35 +02:00 committed by GitHub
parent b8204782bb
commit b96ba37f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -444,6 +444,7 @@ When dependencies are installed later in the workflow, we must specify the same
path: |
~/.ivy2/cache
~/.sbt
~/.cache/coursier/v1
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
```