We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830f5c0 commit 808137cCopy full SHA for 808137c
1 file changed
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Nix with cached packages
20
uses: rikhuijzer/[email protected]
21
with:
22
- key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**') }}
+ key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**', 'pom.xml', 'local-maven-repo') }}
23
nix_file: nix/github-workflow-dependencies.nix
24
- name: Build
25
run: nix-build
0 commit comments