Skip to content

Commit

Permalink
ci: Bring in riscv toolchain as well
Browse files Browse the repository at this point in the history
Make sure we have toolchains for all of the supported arches.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Sep 12, 2024
1 parent 452de0c commit 27d7ed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
with:
app-path: zephyr-rust-lang
manifest-file-name: ci-manifest.yml
toolchains: arm-zephyr-eabi
# TODO: Also bring in riscv.
toolchains: arm-zephyr-eabi:riscv64-zephyr-elf

- name: Install Rust Targets
shell: bash
Expand Down

0 comments on commit 27d7ed1

Please sign in to comment.