Skip to content

Commit 8278e13

Browse files
committed
ci: Bring in riscv toolchain as well
Make sure we have toolchains for all of the supported arches. Signed-off-by: David Brown <[email protected]>
1 parent 452de0c commit 8278e13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
with:
3535
app-path: zephyr-rust-lang
3636
manifest-file-name: ci-manifest.yml
37-
toolchains: arm-zephyr-eabi
38-
# TODO: Also bring in riscv.
37+
toolchains:
38+
- arm-zephyr-eabi
39+
- riscv64-zephyr-elf
3940

4041
- name: Install Rust Targets
4142
shell: bash

0 commit comments

Comments
 (0)