Skip to content

Commit 2c33789

Browse files
committed
Add enableCrossOsArchive
1 parent 6e094fa commit 2c33789

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

create-and-cache/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ runs:
5151
with:
5252
path: pixi.lock
5353
key: ${{ steps.cache-key.outputs.key }}
54+
enableCrossOsArchive: true

restore/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ runs:
2727
with:
2828
path: pixi.lock
2929
key: ${{ inputs.cache-key }}
30+
enableCrossOsArchive: true
3031
restore-keys: |
3132
${{ steps.fallback.outputs.key }}
3233
fail-on-cache-miss: true

0 commit comments

Comments
 (0)