We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b8cec commit cd21bfcCopy full SHA for cd21bfc
1 file changed
.github/workflows/ci.yml
@@ -38,5 +38,13 @@ 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
0 commit comments