File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
22 "workspace" : {
3- "mcpp" : { "linux" : " 0.0.12 " }
3+ "mcpp" : { "linux" : " 0.0.11 " }
44 }
55}
You can’t perform that action at this time.
0 commit comments