Skip to content

Commit 9b5d5f5

Browse files
committed
tmp: Change zephyr toolchain to show error
Change the docs.yml workflow to have a different value of toolchain. This will demonstrate an issue with the action-zephyr-setup action. Signed-off-by: David Brown <[email protected]>
1 parent 8d85165 commit 9b5d5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
app-path: zephyr-rust-lang
3131
manifest-file-name: ci-manifest.yml
32-
toolchains: arm-zephyr-eabi:riscv64-zephyr-elf
32+
toolchains: arm-zephyr-eabi
3333

3434
- name: Install Rust Targets
3535
shell: bash

0 commit comments

Comments
 (0)