Skip to content

Commit

Permalink
ci: Add arm rust toolchain in ubuntu-rolling image
Browse files Browse the repository at this point in the history
  • Loading branch information
xclaesse committed Nov 2, 2023
1 parent de03bf5 commit f2a9e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/ciimage/ubuntu-rolling/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ apt-get -y remove rustc || true
wget -O - https://sh.rustup.rs | sh -s -- -y --profile minimal --component clippy
source "$HOME/.cargo/env"
rustup target add x86_64-pc-windows-gnu
rustup target add arm-unknown-linux-gnueabihf

# cleanup
apt-get -y clean
Expand Down

0 comments on commit f2a9e3e

Please sign in to comment.