Skip to content

Navigation Menu

Sign in
Sign up

chore: bump mcpp 0.0.11 → 0.0.13, xlings 0.4.30 → 0.4.31 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Sunrisepeak merged 3 commits into main from chore/bump-mcpp-0.0.13
May 12, 2026
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Install xlings
env:
XLINGS_VERSION: 0.4.30
XLINGS_VERSION: 0.4.31
run: |
tarball="xlings-${XLINGS_VERSION}-linux-x86_64.tar.gz"
curl -fsSL -o "/tmp/${tarball}" \
Expand All @@ -23,17 +23,17 @@ jobs:
"/tmp/xlings-${XLINGS_VERSION}-linux-x86_64/subos/default/bin/xlings" self install
echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"

- name: Install workspace tools (.xlings.json → mcpp 0.0.11)
- name: Refresh package index
run: xlings update

- name: Install workspace tools (.xlings.json → mcpp 0.0.13)
run: xlings install -y

- name: Cache mcpp sandbox
uses: actions/cache@v4
with:
path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.11/registry
key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.11-v3

- name: Update package index
run: mcpp index update
path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.13/registry
key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.13

- name: Build with mcpp
run: mcpp build
2 changes: 1 addition & 1 deletion .xlings.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"workspace": {
"mcpp": { "linux": "0.0.11" }
"mcpp": { "linux": "0.0.13" }
}
}
4 changes: 2 additions & 2 deletions mcpp.toml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ include_dirs = ["src/json"]
[targets.llmapi]
kind = "lib"

[dependencies]
"mcpplibs.tinyhttps" = "0.2.2"
[dependencies.mcpplibs]
tinyhttps = "0.2.3"
Loading

AltStyle によって変換されたページ (->オリジナル) /