Skip to content

Commit e9f1c2d

Browse files
committed
install cargo-binutils
1 parent 4ef7c00 commit e9f1c2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ main() {
1111

1212
rustup target add thumbv7m-none-eabi
1313

14+
rustup component add llvm-tools-preview
15+
16+
curl -LSfs https://japaric.github.io/trust/install.sh | \
17+
sh -s -- --git rust-embedded/cargo-binutils --tag v0.1.2
18+
1419
pip install linkchecker --user
1520
}
1621

0 commit comments

Comments
 (0)