Skip to content

Commit cd21bfc

Browse files
committed
ci: add debug to trace install path
1 parent 35b8cec commit cd21bfc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,13 @@ 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+
4149
- name: Build with mcpp
4250
run: mcpp build

0 commit comments

Comments
 (0)