We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1765c5d commit d181fdeCopy full SHA for d181fde
.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