Skip to content
Snippets Groups Projects
Commit da05f9f1 authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

fix ci/install.sh

parent dbfa199e
No related branches found
No related tags found
No related merge requests found
set -euxo pipefail set -euxo pipefail
main() { main() {
if [ $TARGET = thumbv7m-none-eabi ]; then if [ $TARGET = thumbv7em-none-eabihf ]; then
local vers=0.3.7 local vers=0.3.7
cargo install --list | grep "xargo v$vers" || \ cargo install --list | grep "xargo v$vers" || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment