Remove apt-get upgrade again

This commit is contained in:
flip1995 2020-04-23 20:45:39 +02:00
parent 35ef280b55
commit 0476e8b483
No known key found for this signature in database
GPG Key ID: 2CEFCDB27ED0BE79

View File

@ -77,8 +77,6 @@ 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'