Skip to content

Commit d71b427

Browse files
committed
fix: bust Linux xlings cache to pick up mcpp@0.0.16
Stale cache had mcpp@0.0.13 which lacks `self config --mirror`. Bump cache key suffix to force fresh install of mcpp@0.0.16.
1 parent a3acd03 commit d71b427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
uses: actions/cache@v4
5050
with:
5151
path: ~/.xlings
52-
key: xlings-${{ runner.os }}-${{ hashFiles('.xlings.json') }}
52+
key: xlings-${{ runner.os }}-v2-${{ hashFiles('.xlings.json') }}
5353
restore-keys: |
54-
xlings-${{ runner.os }}-
54+
xlings-${{ runner.os }}-v2-
5555
5656
- name: Bootstrap mcpp via xlings
5757
env:

0 commit comments

Comments
 (0)