This commit is contained in:
Eugene Yokota 2020-11-09 14:30:11 -05:00
parent 796ab41db0
commit b7d4614f54
1 changed files with 1 additions and 1 deletions

View File

@ -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: |