deps.sh: Run apt-get update

Hopefully this will fix the CI tests. This is a common enough issue on
CI that Travis mentions it in their documentation:
https://docs.travis-ci.com/user/common-build-problems/#linux-apt-fails-to-install-package-with-404-error
This commit is contained in:
Ian Douglas Scott 2021-04-13 08:19:11 -07:00 committed by Jeremy Soller
parent 55523d4083
commit 1ea21aedbe

View File

@ -13,6 +13,7 @@ source /etc/os-release
msg "Installing system build dependencies"
if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
sudo apt-get update
sudo apt-get install \
--no-install-recommends \
--yes \