Skip to content

Commit cd88990

Browse files
committed
fix: use bare name for tinyhttps dep (default ns is mcpplibs)
1 parent cd21bfc commit cd88990

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,5 @@ jobs:
3838
- name: Update package index
3939
run: mcpp index update
4040

41-
- name: Debug mcpp env
42-
run: |
43-
mcpp self env
44-
echo "--- xpkgs directory ---"
45-
find $(mcpp self env 2>&1 | grep MCPP_HOME | awk -F'= ' '{print $2}')/registry/data/xpkgs -maxdepth 2 -type d 2>/dev/null || echo "no xpkgs dir"
46-
echo "--- xlings global data ---"
47-
ls ~/.xlings/data/xpkgs/ 2>/dev/null | head -20 || echo "no global xpkgs"
48-
4941
- name: Build with mcpp
5042
run: mcpp build

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ include_dirs = ["src/json"]
1313
kind = "lib"
1414

1515
[dependencies]
16-
"mcpplibs.tinyhttps" = "0.2.2"
16+
tinyhttps = "0.2.2"

0 commit comments

Comments
 (0)