Skip to content

Commit

Permalink
Try apt-get update (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarkovski authored Nov 3, 2021
1 parent 9753818 commit 71576ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devops/BuildLibraries.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ try {
break
}
Linux-ARM {
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
rustup target add armv7-unknown-linux-gnueabihf aarch64-unknown-linux-gnu
cargo build --release --target armv7-unknown-linux-gnueabihf
Expand Down

0 comments on commit 71576ed

Please sign in to comment.