Skip to content

Commit

Permalink
CI:fix ARM error
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Groza <[email protected]>
  • Loading branch information
ccraluca authored and pcercuei committed Apr 28, 2023
1 parent eef0f77 commit f1fd3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ stages:
steps:
- script: |
set -e
sudo apt-get update
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
sudo apt-get install -y g++-arm-linux-gnueabihf
sudo apt-get install -y g++-aarch64-linux-gnu
Expand Down

0 comments on commit f1fd3ce

Please sign in to comment.