mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 06:34:35 +03:00
Update cache keys on CI (#654)
This commit is contained in:
parent
d296ac1ef8
commit
b2440fb6d2
4
.github/workflows/scala.yml
vendored
4
.github/workflows/scala.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
uses: actions/cache@v1.1.2
|
||||
with:
|
||||
path: /home/runner/.sbt
|
||||
key: ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
|
||||
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
|
||||
restore-keys: ${{ runner.os }}-sbt-
|
||||
- name: Cache SBT Project
|
||||
uses: actions/cache@v1.1.2
|
||||
@ -138,7 +138,7 @@ jobs:
|
||||
uses: actions/cache@v1.1.2
|
||||
with:
|
||||
path: /home/runner/.sbt
|
||||
key: ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
|
||||
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
|
||||
restore-keys: ${{ runner.os }}-sbt-
|
||||
- name: Cache SBT Project
|
||||
uses: actions/cache@v1.1.2
|
||||
|
Loading…
Reference in New Issue
Block a user