Update pipeline setup

This commit is contained in:
Andrejs Cunskis 2022-08-22 11:38:13 +03:00
parent f6beca8712
commit 9d5972d125
No known key found for this signature in database
GPG key ID: 87CB75083F227241
3 changed files with 21 additions and 9 deletions

View file

@ -84,8 +84,9 @@ function cache-chromium() {
fi
}
echo "Updating system utils"
apt-get -y -qq update
apt-get -y install apt-utils curl bash gnupg2 > /dev/null
apt-get -y install apt-utils curl gnupg2 > /dev/null
if [ "$TARGETARCH" == "amd64" ]; then
cache-chrome