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]>
(cherry picked from commit afb850d)
  • Loading branch information
cristina-suteu authored and SRaus committed Feb 28, 2024
1 parent 0eb5c0a commit 14aeb51
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 14aeb51

Please sign in to comment.