Auto merge of #5478 - matthiaskrgr:apt_ci_debug_5477, r=phansch,flip1995

perform system upgrade fixes ci issue

Perhaps doing a system upgrade magically solves the problem?

changelog: none
This commit is contained in:
bors 2020-04-16 19:23:11 +00:00
commit da14f1e0ef

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'