mirror of https://github.com/sbt/sbt.git
Update ci.yml
This commit is contained in:
parent
0067bec213
commit
9afd3200f4
|
|
@ -94,7 +94,7 @@ jobs:
|
|||
- name: Coursier cache
|
||||
uses: coursier/cache-action@v6
|
||||
- name: Cache sbt
|
||||
uses: actions/cache@v3.2.1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.sbt
|
||||
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue