Skip to content

Commit 808137c

Browse files
committed
Include maven dependencies in the CI cache key
1 parent 830f5c0 commit 808137c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Nix with cached packages
2020
uses: rikhuijzer/[email protected]
2121
with:
22-
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**') }}
22+
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**', 'pom.xml', 'local-maven-repo') }}
2323
nix_file: nix/github-workflow-dependencies.nix
2424
- name: Build
2525
run: nix-build

0 commit comments

Comments
 (0)