We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750e8be commit 1dda311Copy full SHA for 1dda311
.github/workflows/codeql.yml
@@ -29,8 +29,8 @@ jobs:
29
uses: actions/cache@v4
30
id: cache
31
with:
32
- path: /nix/store
33
- key: ${{ runner.os }}-${{ hashFiles('tooling/**') }}
+ path: ${{ runner.temp }}/nix
+ key: ${{ runner.os }}-${{ hashFiles('tooling/**') }}-${{ hashFiles('.github/workflows/codeql.yml')}}
34
35
- name: Prepare Nix Store
36
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments