aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <japaricious@gmail.com> 2016-12-31 18:27:40 -0500
committerGravatar Jorge Aparicio <japaricious@gmail.com> 2016-12-31 18:27:40 -0500
commit3bc81a2ada53ae61e8df33059488a818e6ca6b0e (patch)
tree8221117a92d4dd8a5fe1de8255f8cca2116997bd
parent3dbfae5010bc5dfdf1486bceeab2f12a629247c8 (diff)
downloadcortex-m-3bc81a2ada53ae61e8df33059488a818e6ca6b0e.tar.gz
cortex-m-3bc81a2ada53ae61e8df33059488a818e6ca6b0e.tar.zst
cortex-m-3bc81a2ada53ae61e8df33059488a818e6ca6b0e.zip
use musl release of `cross`
-rw-r--r--ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh
index c9ee9ba..dd8cd26 100644
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -9,7 +9,7 @@ main() {
--force \
--git japaric/cross \
--tag v0.1.2 \
- --target $TARGET \
+ --target x86_64-unknown-linux-musl \
--to ~/.cargo/bin
}