We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9753818 commit 71576edCopy full SHA for 71576ed
1 file changed
devops/BuildLibraries.ps1
@@ -46,6 +46,7 @@ try {
46
break
47
}
48
Linux-ARM {
49
+ sudo apt-get update
50
sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
51
rustup target add armv7-unknown-linux-gnueabihf aarch64-unknown-linux-gnu
52
cargo build --release --target armv7-unknown-linux-gnueabihf
0 commit comments