We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ef280 commit 0476e8bCopy full SHA for 0476e8b
.github/workflows/clippy_bors.yml
@@ -77,8 +77,6 @@ jobs:
77
run: |
78
sudo dpkg --add-architecture i386
79
sudo apt-get update
80
- # perform system upgrade to work around https://github.com/rust-lang/rust-clippy/issues/5477 , revert as soon as that is fixed
81
- sudo apt-get -y upgrade
82
sudo apt-get install gcc-multilib libssl-dev:i386 libgit2-dev:i386
83
if: matrix.host == 'i686-unknown-linux-gnu'
84
0 commit comments