Skip to content

Commit 0dfdb74

Browse files
committed
haha
Signed-off-by: David Brown <[email protected]>
1 parent 77285c4 commit 0dfdb74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
- name: Build Rust documentation
5050
working-directory: zephyr-rust-lang/docgen
5151
run: |
52+
# Note that the above build doesn't set Zephyrbase, so we'll need to do that here.
53+
export ZEPHYR_BASE=$(realpath "$PWD/../../zephyr")
54+
ls -l $ZEPHYR_BASE
55+
exit 1
5256
rm -rf .cargo
5357
mkdir .cargo
5458
cd .cargo

0 commit comments

Comments
 (0)