From 7419fdf1a24394529ea4aeca0053f7d0262ca39d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 11 Feb 2021 12:23:03 -0500 Subject: travis: Do apt-get upgrade Hopefully this works around https://salsa.debian.org/apt-team/apt/-/commit/998a17d7e6f834c341f198ca5b6df2f27e18df38 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8b3d780..f0881c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ jobs: - libcap2:i386 - libacl1:i386 - libattr1:i386 + update: true before_script: # Ubuntu doesn't let you install the -dev packages for both amd64 and # i386 at once, so we make our own symlinks to fix -m32 -lacl -lcap -- cgit v1.2.3