Skip to content

Commit 7967c3e

Browse files
committed
wip: Check versions
Print out some dirs and paths and the evironment Signed-off-by: David Brown <[email protected]>
1 parent 77285c4 commit 7967c3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
- name: Build Rust documentation
5050
working-directory: zephyr-rust-lang/docgen
5151
run: |
52+
echo "where is llvm?"
53+
ls -ld /lib/llvm*/lib
54+
echo "env"
55+
env
56+
exit 1
5257
rm -rf .cargo
5358
mkdir .cargo
5459
cd .cargo

0 commit comments

Comments
 (0)