Skip to content

Commit d645a83

Browse files
committed
tmp
Fix build Signed-off-by: David Brown <[email protected]>
1 parent 953905a commit d645a83

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
rustup target add thumbv7em-none-eabi
4141
rustup target add thumbv7m-none-eabi
4242
43-
- name: Setup cargo build
44-
working-directory: zephyr-rust-lang
45-
run: |
46-
# Must do full build
47-
west build -b nrf52840dk/nrf52840 docgen
48-
4943
- name: Build Rust documentation
5044
working-directory: zephyr-rust-lang/docgen
5145
run: |

0 commit comments

Comments
 (0)