diff options
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/ciimage/ubuntu-rolling/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh index a02eb8f5d..35a0b0ea2 100755 --- a/ci/ciimage/ubuntu-rolling/install.sh +++ b/ci/ciimage/ubuntu-rolling/install.sh @@ -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 |
