mirror of https://github.com/sbt/sbt.git
Use HOME
This commit is contained in:
parent
796ab41db0
commit
b7d4614f54
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Cache sbt
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.sbt
|
||||
path: $HOME/.sbt
|
||||
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
||||
- name: Build and test
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue