Skip to content

Commit 71576ed

Browse files
authored
Try apt-get update (#243)
1 parent 9753818 commit 71576ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

devops/BuildLibraries.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ try {
4646
break
4747
}
4848
Linux-ARM {
49+
sudo apt-get update
4950
sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
5051
rustup target add armv7-unknown-linux-gnueabihf aarch64-unknown-linux-gnu
5152
cargo build --release --target armv7-unknown-linux-gnueabihf

0 commit comments

Comments
 (0)