Skip to content

Commit 016e66a

Browse files
committed
bugfix: Enable crossOsArchive when checking for existing cache
Previously wasnt working, resulting in cache misses
1 parent 8208729 commit 016e66a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

create-and-cache/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ runs:
3232
with:
3333
path: pixi.lock
3434
key: ${{ steps.cache-key.outputs.key }}
35+
enableCrossOsArchive: true
3536

3637
- name: Setup pixi
3738
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3

0 commit comments

Comments
 (0)