Skip to content

Commit

Permalink
CI: fix fetch error
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Groza <[email protected]>
  • Loading branch information
ccraluca committed May 2, 2023
1 parent 2196ee0 commit 7cc4cdb
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 @@ -147,6 +147,7 @@ jobs:
path: '$(Agent.BuildDirectory)/s/build/'
- 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 7cc4cdb

Please sign in to comment.