Skip to content

Commit 385bfab

Browse files
committed
fix: bust xlings cache (v3) to pick up new mcpp macosx pkg
1 parent 89a968a commit 385bfab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
uses: actions/cache@v4
3434
with:
3535
path: ~/.xlings
36-
key: xlings-macos15-arm64-${{ hashFiles('.xlings.json') }}
36+
key: xlings-macos15-arm64-v3-${{ hashFiles('.xlings.json') }}
3737
restore-keys: |
38-
xlings-macos15-arm64-
38+
xlings-macos15-arm64-v3-
3939
4040
- name: Bootstrap xlings
4141
env:

0 commit comments

Comments
 (0)