Skip to content

Commit

Permalink
CI/azure/build_osc_arm: add apt-get update
Browse files Browse the repository at this point in the history
add apt-get update before installing packages
this solves E:Failed to fetch package error

Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Oct 13, 2023
1 parent 4eef084 commit cf04558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/azure/build_osc_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install_apt_pkgs() {
autotools-dev \
autoconf \
"
apt-get update
apt-get install -y $APT_PKGS
git config --global --add safe.directory /ci
}
Expand Down

0 comments on commit cf04558

Please sign in to comment.