Skip to content

Commit 69c0747

Browse files
committed
build: Remove hashFiles from cache key
The azuwis/actions/nix will auto update cache if gcroots changed now
1 parent 013ee24 commit 69c0747

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: azuwis/actions/nix@main
2323
with:
24-
key: nix-${{ hashFiles('flake.*', 'yarn.lock') }}
2524
debug: ${{ github.event_name == 'workflow_dispatch' && inputs.debug }}
2625
- uses: cachix/cachix-action@v12
2726
with:

0 commit comments

Comments
 (0)