Skip to content

Commit 4b2a87c

Browse files
committed
chore: revert to mcpp 0.0.11 (0.0.12 not yet in xlings index)
1 parent beb040e commit 4b2a87c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
"/tmp/xlings-${XLINGS_VERSION}-linux-x86_64/subos/default/bin/xlings" self install
2424
echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"
2525
26-
- name: Install workspace tools (.xlings.json → mcpp 0.0.12)
26+
- name: Install workspace tools (.xlings.json → mcpp 0.0.11)
2727
run: xlings install -y
2828

2929
- name: Cache mcpp sandbox
3030
uses: actions/cache@v4
3131
with:
32-
path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.12/registry
33-
key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.12
32+
path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.11/registry
33+
key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.11-v3
3434

3535
- name: Update package index
3636
run: mcpp index update

.xlings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"workspace": {
3-
"mcpp": { "linux": "0.0.12" }
3+
"mcpp": { "linux": "0.0.11" }
44
}
55
}

0 commit comments

Comments
 (0)