Skip to content

Commit

Permalink
deps.sh: Run apt-get update
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ids1024 authored and MilesBHuff committed Apr 20, 2021
1 parent 865b4eb commit 45b4c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 45b4c7f

Please sign in to comment.