Skip to content

Commit d181fde

Browse files
committed
CI: performing system upgrade fixes broken apt deps on ubuntu 32bit
See rust-lang#5477 for details
1 parent 1765c5d commit d181fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/clippy_bors.yml

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
run: |
7878
sudo dpkg --add-architecture i386
7979
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
8082
sudo apt-get install gcc-multilib libssl-dev:i386 libgit2-dev:i386
8183
if: matrix.host == 'i686-unknown-linux-gnu'
8284

0 commit comments

Comments
 (0)