CI: performing system upgrade fixes broken apt deps on ubuntu 32bit

See #5477 for details
This commit is contained in:
Matthias Krüger 2020-04-16 20:24:51 +02:00
parent 1765c5da90
commit d181fde95e

View file

@ -77,6 +77,8 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
# perform system upgrade to work around https://github.com/rust-lang/rust-clippy/issues/5477 , revert as soon as that is fixed
sudo apt-get -y upgrade
sudo apt-get install gcc-multilib libssl-dev:i386 libgit2-dev:i386
if: matrix.host == 'i686-unknown-linux-gnu'