Skip to content

Commit 21a222c

Browse files
committed
Add pixi version to cache key
1 parent cb654eb commit 21a222c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/setup-pixi@v0.9.0
3434
if: ${{ !steps.restore.outputs.cache-hit }}
3535
with:

0 commit comments

Comments
 (0)