We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d474e9 commit df693c8Copy full SHA for df693c8
.github/workflows/ci.yaml
@@ -45,8 +45,8 @@ jobs:
45
46
- uses: nix-community/cache-nix-action@v6
47
with:
48
- primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
49
- restore-prefixes-first-match: nix-${{ runner.os }}-
+ primary-key: nix-${{ runner.os }}-${{ matrix.module }}-${{ matrix.target }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
+ restore-prefixes-first-match: nix-${{ runner.os }}-${{ matrix.module }}-${{ matrix.target }}-
50
51
- name: build stable ${{ matrix.module }}
52
if: matrix.target != 'unstable'
0 commit comments