mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fixed install script
This commit is contained in:
parent
c818a31058
commit
0f5894cafe
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ set -euxo pipefail
|
|||
|
||||
main() {
|
||||
# these are not needed for doc builds
|
||||
if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_PULL_REQUEST != false ]; then
|
||||
if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_PULL_REQUEST != false ]; then
|
||||
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
|
||||
( cd .. && cargo install microamp-tools --version 0.1.0-alpha.3 -f )
|
||||
( cd .. && cargo install microamp-tools --version 0.1.0-alpha.2 -f )
|
||||
rustup target add thumbv6m-none-eabi thumbv7m-none-eabi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue