We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd21bfc commit cd88990Copy full SHA for cd88990
2 files changed
.github/workflows/ci.yml
@@ -38,13 +38,5 @@ jobs:
38
- name: Update package index
39
run: mcpp index update
40
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
-
49
- name: Build with mcpp
50
run: mcpp build
mcpp.toml
@@ -13,4 +13,4 @@ include_dirs = ["src/json"]
13
kind = "lib"
14
15
[dependencies]
16
-"mcpplibs.tinyhttps" = "0.2.2"
+tinyhttps = "0.2.2"
0 commit comments