mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: install some thumb targets on x86
This commit is contained in:
parent
996bdf8f0c
commit
da675dc35f
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ set -euxo pipefail
|
|||
main() {
|
||||
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
|
||||
( cd .. && cargo install microamp-tools --version 0.1.0-alpha.2 -f )
|
||||
rustup target add thumbv6m-none-eabi thumbv7m-none-eabi
|
||||
fi
|
||||
|
||||
rustup target add $TARGET
|
||||
|
|
Loading…
Reference in a new issue