Skip to content

Commit 727a2e5

Browse files
committed
Add pixi version to cache key
1 parent c8cf094 commit 727a2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache-pixi-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: |
3131
pixi.lock
32-
key: ${{ steps.date.outputs.date }}_${{hashFiles('pixi.toml')}}
32+
key: ${{ steps.date.outputs.date }}_${{inputs.pixi-version}}_${{hashFiles('pixi.toml')}}
3333
- uses: prefix-dev/[email protected]
3434
if: ${{ !steps.restore.outputs.cache-hit }}
3535
with:

0 commit comments

Comments
 (0)