Skip to content

Commit

Permalink
ci: update cache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Feb 10, 2024
1 parent eb46d65 commit 3a4fc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
~/.ivy2/cache
~/.sbt
~/.cache/coursier/v1
key: build-${{ env.cache-name }}-${{ hashFiles('build.sbt') }}
key: build-${{ env.cache-name }}-${{ hashFiles('build.sbt') }}-${{ hashFiles('project/Dependencies.scala') }}

- name: Set up JDK
uses: actions/setup-java@v4
Expand Down

0 comments on commit 3a4fc84

Please sign in to comment.