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.
2 parents 1765c5d + d181fde commit da14f1eCopy full SHA for da14f1e
.github/workflows/clippy_bors.yml
@@ -77,6 +77,8 @@ 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