CI: Update package lists before adding packages

This commit is contained in:
matt335672 2021-05-28 10:15:52 +01:00
parent 43107d5c71
commit 341a32581c
3 changed files with 4 additions and 1 deletions

View File

@ -3,4 +3,5 @@ set -eufx
PACKAGES="subversion cmake"
apt-get -yq --no-install-suggests --no-install-recommends install $PACKAGES
apt-get update
apt-get -yq --no-install-suggests --no-install-recommends install $PACKAGES

View File

@ -3,4 +3,5 @@ set -eufx
PACKAGES="libz3-dev z3"
apt-get update
apt-get -yq --no-install-suggests --no-install-recommends install $PACKAGES

View File

@ -89,6 +89,7 @@ in
;;
esac
apt-get update
apt-get -yq \
--no-install-suggests \
--no-install-recommends \