Skip to content

Commit 27d7ed1

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 27d7ed1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ 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: arm-zephyr-eabi:riscv64-zephyr-elf
3938

4039
- name: Install Rust Targets
4140
shell: bash

0 commit comments

Comments
 (0)