Skip to content

Commit

Permalink
CI: performing system upgrade fixes broken apt deps on ubuntu 32bit
Browse files Browse the repository at this point in the history
See rust-lang#5477 for details
  • Loading branch information
matthiaskrgr committed Apr 16, 2020
1 parent 1765c5d commit d181fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ 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'

Expand Down

0 comments on commit d181fde

Please sign in to comment.