Skip to content

Commit aa3414f

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

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,11 +49,16 @@ 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+
source ../../zephyr/zephyr-env.sh
5254
rm -rf .cargo
5355
mkdir .cargo
5456
cd .cargo
5557
ln -s ../../build/rust/sample-cargo-config.toml config.toml
58+
cat config.toml
5659
cd ..
60+
pwd
61+
ls -l
5762
cargo doc
5863
cd ..
5964
mkdir docout

0 commit comments

Comments
 (0)